List of Bar Item Types
- 4 minutes to read
This topic lists types of bar items that you can display in toolbars, menus, and Ribbon controls.
All available bar item types are implemented as TdxBarItem class descendants. The TcxBarEditItem class implements a special bar item container that allows you to embed editors from the ExpressEditors Library in the same manner as in other container controls, such as VCL Data Grid, Tree List, Vertical Grid, etc.
Bar Item | Bar Item Control | Description |
---|---|
Tdx | A toolbar button that allows you to create:
To define a button’s action, handle the On A standard toolbar button can display large images if its Large |
Tdx | A large toolbar button that allows you to do the following in addition to the Tdx
|
Tcx | A container for in-place editors from the Express Use the item’s Properties |
Tdx | A submenu (a subitem with nested toolbar items). In addition to settings that define subitem appearance in toolbars and menus, this submenu allows you to customize the following item appearance settings:
Refer to the following topic for details on submenu customization: Customizing Toolbar Items and Item Controls. |
Tdx | A numbered string list that is useful when you need to list recently used files or active windows in an MDI application. Tip You can use the Show |
Tdx | A submenu that can contain a different number of bar items. You can manage nested items in code. |
Tdx | A static text label that can execute required actions when clicked. To implement this functionality in your application, you need to set the label’s Allow |
Tdx | A checked list of existing toolbars. A user can click a check box to hide or display the corresponding toolbar. The Quick Customization Popup Menu has similar functionality. Note This bar item type is not intended for use in the Ribbon control. |
Tdx | A container for external controls. Use the Control property to embed a control into a toolbar. Note Only controls that have no window handles can be placed into submenus. |
Tdx | A list of most recently used (MRU) items (such as opened files and documents). Users can click a list item to execute the action associated with it. This bar item allows you to do the following:
|
Tdx | An expandable item in a submenu. Unlike Tdx This bar item allows you to do the following:
|
Tdx | An item separator in context menus and submenus. You can use the Show |
Tdx | An in-Ribbon gallery. To populate the gallery, use the Gallery |
Tdx | A bar item with advanced color selection functionality. Refer to the Tdx |