TdxBarItemControl Properties
An abstract base class for item controls that represents toolbar items.Name | Description |
---|---|
BarManager | Provides access to a bar manager to which the item control belongs. |
Caption protected | Specifies the item control’s caption. |
Enabled | Determines whether an item control responds to mouse, keyboard, and timer events. |
Focused | |
Glyph protected | Returns the item control’s glyph. |
Hint protected | Returns the item control’s hint text. |
IsActive | Specifies whether a mouse pointer rests over an item control. |
IsSelected | Returns True if an item control is selected on a toolbar. |
Item | Provides access to an underlying item associated with the item control. |
ItemBounds | |
ItemLink | Specifies the TdxBarItemLink object that links an item control to an underlying item. |
PainterClass | Provides access to the class used to paint the current item control. |
Parent | Specifies the bar control to which a given item control belongs. |
ShortCut protected | Returns the item control’s shortcut. |
Width protected | Returns the horizontal size of an item control in pixels. |
See Also