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 TCollectionItem. |
ContentAlignment protected | Specifies caption text alignment. |
Default protected | Specifies if the button is the default editor button. |
DisplayName | Inherited from TCollectionItem. |
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. |
HotTrackMode protected | Specifies the active hot-track mode. |
ID | Inherited from TCollectionItem. |
ImageIndex protected | Specifies an index of an image used as the editor button glyph. |
Index | Inherited from TCollectionItem. |
Kind protected | Specifies the button content type. |
LeftAlignment protected | 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