TdxBarButtonControl.DroppedDown Property
Specifies whether a dropdown window is active.
Declaration
property DroppedDown: Boolean read;
Property Value
Type |
---|
Boolean |
Remarks
This property returns True, if a bsDropDown or bsCheckedDropDown style button dropdown window is active (see the button’s ButtonStyle topic for details). Otherwise, this property returns False.
See Also