Skip to main content

TdxRibbonGalleryItemBarItemLink Properties

A bar item link within a ribbon gallery‘s collection of item links.
Name Description
AvailableIndex Returns the item’s position in the AvailableItems collection of TdxBarItemLinks. Inherited from TdxBarItemLink.
BarControl Provides access to the bar control which contains the item control as specified by its Control property. Inherited from TdxBarItemLink.
BarManager Provides access to the bar manager that owns the current item link. Inherited from TdxBarItemLink.
BeginGroup Specifies whether the item control that corresponds to the current item link starts a group. Inherited from TdxBarItemLink.
ButtonGroup Specifies whether the corresponding item control is displayed in an item group. Inherited from TdxBarItemLink.
CanVisibleIndex Returns the item’s position in the CanVisibleItems collection of TdxBarItemLinks. Inherited from TdxBarItemLink.
Caption Determines the item control’s caption. Inherited from TdxBarItemLink.
Collection Specifies the item link collection to which the current item link belongs. Inherited from TdxBarItemLink.
Control Provides access to the item control which corresponds to the current item link. Inherited from TdxBarItemLink.
Data Stores an arbitrary value as a part of the current item link. Inherited from TdxBarItemLink.
DisplayName Inherited from TCollectionItem.
Distributed Specifies the current item link’s vertical alignment within a Ribbon Tab Group‘s column. Inherited from TdxBarItemLink.
Glyph Provides access to the glyph of the item control, which corresponds to the current item link. Inherited from TdxBarItemLink.
ID Inherited from TCollectionItem.
ImageIndex Specifies the image that is displayed when the item link is associated with a standard size (16 by 16 pixels) bar item control or enlarged standard size button. Inherited from TdxBarItemLink.
Index Inherited from TCollectionItem.
Item Specifies the toolbar item linked to the corresponding item control. Inherited from TdxBarItemLink.
ItemRect Specifies the item control’s coordinates. Inherited from TdxBarItemLink.
MostRecentlyUsed Determines whether an item control linked with the current item link is marked as the most frequently used. Inherited from TdxBarItemLink.
OriginalItemLink Inherited from TdxBarItemLink.
Owner Specifies the collection that contains the current item link. Inherited from TdxBarItemLink.
PaintStyle Provides access to the paint style of the item control which corresponds to the current item link. Inherited from TdxBarItemLink.
Position Specifies how the current item link is laid out in a toolbar. Inherited from TdxBarItemLink.
PositionInDropDown Specifies a bar item link’s position in the ribbon gallery’s drop-down menu.
RealItemLink Provides access to the actual item link of the current item link. Inherited from TdxBarItemLink.
UserCaption Specifies the additional item’s caption defined by an end-user. Inherited from TdxBarItemLink.
UserDefine Specifies the properties defined by an end-user. Inherited from TdxBarItemLink.
UserGlyph Specifies a user-defined glyph. Inherited from TdxBarItemLink.
UserPaintStyle Specifies a user-defined paint style. Inherited from TdxBarItemLink.
UserWidth Specifies the linked bar edit item‘s width in pixels. Inherited from TdxBarItemLink.
ViewLayout Specifies the order in which the item link’s glyph, caption, and embedded control are displayed in the item link’s controls. Inherited from TdxBarItemLink.
ViewLevels Specifies visual identifiers for the current item link. Inherited from TdxBarItemLink.
Visible Determines whether an item control appears on a toolbar. Inherited from TdxBarItemLink.
VisibleIndex Returns the item’s position within the VisibleItems indexed collection of item links. Inherited from TdxBarItemLink.
Width Returns the item control’s width – in pixels. Inherited from TdxBarItemLink.
See Also