TCustomdxBarControl.MarkState Property
Specifies the quick customization button’s state.
Declaration
property MarkState: TdxBarMarkState read; write;
Property Value
Type |
---|
TdxBarMarkState |
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 |
---|---|
msSelected | The button is selected, i.e., it’s under the mouse pointer. |
msPressed | The button is pressed. |
msNone | None of the above. The button is neither selected nor pressed. |
See Also