TdxBarItem Properties
A bar item.| Name | Description |
|---|---|
| Action | Specifies the action associated with TdxBarItem. |
| ActuallyVisible | Determines whether an item is accessible to a user. |
| Align | Defines item control alignment within a toolbar area. |
| Automation | Provides access to bar item UI Automation and accessibility-related settings. |
| BarManager | Provides access to the bar manager to which the component belongs. Inherited from TdxBarComponent. |
| CanSelect protected | |
| Caption | Specifies the bar item caption. |
| Category | Specifies the category to which the toolbar item belongs. |
| ClickItemLink | Specifies the item link whose item control has been clicked. |
| ComObject | Inherited from TComponent. |
| ComponentCount | Inherited from TComponent. |
| ComponentIndex | Inherited from TComponent. |
| Components | Inherited from TComponent. |
| ComponentState | Inherited from TComponent. |
| ComponentStyle | Inherited from TComponent. |
| CurItemLink | Returns the current active item link. |
| Data | Specifies an object that contains arbitrary data associated with the bar item. |
| Description | Specifies an item’s description. |
| DesignInfo | Inherited from TComponent. |
| Enabled | |
| Glyph | Specifies the glyph that is displayed when this item’s link represents a standard size (16 by 16 pixels) item control. |
| HelpContext | Provides a context number when calling context-sensitive online Help. |
| Hint | Specifies a hint for the bar item. |
| ImageIndex | Specifies the image that is displayed when the item’s link represents a standard size (16 by 16 pixels) item control or enlarged standard size button. |
| Index | Specifies item index in a bar manager’s item list. |
| IsPredefined | Identifies if the bar item is predefined (created in code). |
| KeyTip | Specifies a KeyTip for the current item’s links. |
| LargeGlyph | Specifies the glyph that is displayed when this item’s link represents a large button, enlarged standard size button, or large size menu item. |
| LargeImageIndex | Specifies the image that is displayed when this item’s link represents a large button, enlarged standard size button, or large size menu item. |
| LinkCount | Returns the number of links accessible through the Links property. |
| Links | Provides indexed access to individual bar item links. |
| MergeKind | Specifies how the current bar item will be merged into another bar. |
| MergeOrder | Specifies the relative visual position of the item among items in the merging bar. |
| Name | Inherited from TComponent. |
| Observers | Inherited from TComponent. |
| Owner | Inherited from TComponent. |
| PaintStyle protected | Specifies the look of linked item controls on screen. |
| ScreenTip | Associates the currently processed bar item with a ScreenTip. |
| ShortCut | Specifies the shortcut for the bar item. |
| ShowCaption protected | |
| Style | Specifies the style applied to the toolbar item. |
| Tag | Inherited from TComponent. |
| UnclickAfterDoing | Determines the item’s click behavior. |
| VCLComObject | Inherited from TComponent. |
| Visible | Specifies the bar component’s visibility state in the parent bar manager at runtime. Inherited from TdxBarComponent. |
| VisibleForCustomization | |
| VisibleForUser | Determines whether an item is visible to a user. |
| Width protected | Specifies the bar item’s width, in pixels. |
See Also