Skip to main content

TdxBarButtonControl Properties

A button control on the toolbar.
Name Description
BarManager Provides access to a bar manager to which the item control belongs. Inherited from TdxBarItemControl.
ButtonItem Provides access to a bar button to which the button control is linked.
Caption protected Specifies the item control’s caption. Inherited from TdxBarItemControl.
Down protected Determines whether the button control has a sunken appearance.
DropDownEnabled protected Determines whether a dropdown menu can be activated.
DroppedDown protected Specifies whether a dropdown window is active.
Enabled Determines whether an item control responds to mouse, keyboard, and timer events. Inherited from TdxBarItemControl.
Focused Inherited from TdxBarItemControl.
Glyph protected Returns the item control’s glyph. Inherited from TdxBarItemControl.
GroupIndex protected Determines the index of the group to which a button belongs.
Hint protected Returns the item control’s hint text. Inherited from TdxBarItemControl.
IsActive Specifies whether a mouse pointer rests over an item control. Inherited from TdxBarItemControl.
IsSelected Returns True if an item control is selected on a toolbar. Inherited from TdxBarItemControl.
Item Provides access to an underlying item associated with the item control. Inherited from TdxBarItemControl.
ItemBounds Inherited from TdxBarItemControl.
ItemLink Specifies the TdxBarItemLink object that links an item control to an underlying item. Inherited from TdxBarItemControl.
PainterClass Provides access to the class used to paint the current item control. Inherited from TdxBarItemControl.
PaintStyle protected Returns the paint style of the button control.
Parent Specifies the bar control to which a given item control belongs. Inherited from TdxBarItemControl.
ShortCut protected Returns the item control’s shortcut. Inherited from TdxBarItemControl.
SubMenuControl Provides access to the submenu that appears when the item control is clicked. Inherited from TdxBarButtonLikeControl.
Width protected Returns the horizontal size of an item control in pixels. Inherited from TdxBarItemControl.
See Also