TcxCustomEditButton Properties
The base class for buttons displayed in an editor.
Name | Description |
---|---|
Action protected | Specifies the action associated with the editor button. |
Automation protected | Provides access to the editor button’s UI Automation and accessibility settings. |
Caption protected | Specifies the editor button caption. |
Collection |
Inherited from TCollection |
Content |
Specifies caption text alignment. |
Default protected | Specifies if the button is the default editor button. |
Display |
Inherited from TCollection |
Enabled protected | Specifies if the editor button is enabled. |
Glyph protected | Specifies the custom glyph for the editor button. |
Hint protected | Specifies a tooltip (hint) for the editor button. |
Hot |
Specifies the active hot-track mode. |
ID |
Inherited from TCollection |
Image |
Specifies an index of an image used as the editor button glyph. |
Index |
Inherited from TCollection |
Kind protected | Specifies the button content type. |
Left |
Specifies if the button is aligned to the left editor border. |
Mode protected | Specifies the button usage scenario. |
Stretchable protected | Specifies if the button automatically adjusts its width according to parent editor width changes. |
Tag protected | Stores an integer value associated with the editor button. |
Transparent protected | Specifies if editor button border and background are transparent. |
Visible protected | Specifies if the editor button is visible. |
Width protected | Specifies editor button width, in pixels. |
See Also