TdxBarButtonControl.Down Property
Determines whether the button control has a sunken appearance.
Declaration
property Down: Boolean read;
Property Value
Type |
---|
Boolean |
Remarks
If ButtonStyle is bsChecked or bsCheckedDropDown, this property returns the Down property of the underlying TdxBarButton item. Otherwise, the Down property returns False.
See Also