TCustomdxBarControl.MarkState Property
In This Article
Specifies the quick customization button’s state.
#Declaration
Delphi
property MarkState: TdxBarMarkState read; write;
#Property Value
Type |
---|
Tdx |
#Remarks
The quick customization button is drawn at the end of a toolbar and looks like a dropdown button. It provides access to the Quick Customization Popup Menu. Use the MarkState property to control the button state.
Values include:
Value | Meaning |
---|---|
ms |
The button is selected, i. |
ms |
The button is pressed. |
ms |
None of the above. The button is neither selected nor pressed. |
See Also