TdxBarCustomButton.DropDownEnabled Property
Specifies whether the dropdown menu can be activated.
Declaration
property DropDownEnabled: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
This property applies only if the ButtonStyle property is set to bsDropDown or bsCheckedDropDown. If the DropDownEnabled property is set to False, then a user cannot activate a dropdown menu and the arrow button is disabled. To enable a dropdown menu, set the property to True.
The default value of the DropDownEnabled property is True.
See Also