TdxBarItemOptions Class
Contains appearance options for menu items.
Declaration
TdxBarItemOptions = class(
TPersistent
)
Remarks
This class introduces properties that control the following menu item appearance options:
Size (Size);
The visibility of descriptions and shortcuts (ShowDescriptions and ShowShortCuts);
A set of flags that determine which of the options listed above have been modified (AssignedValues).
These options are in effect for toolbar and Ribbon context menus (see TdxBarPopupMenu, TdxRibbonPopupMenu and TdxBarApplicationMenu) and toolbar subitems (see TCustomdxBarSubItem) that display large menu items.
Use the menu’s ItemOptions property to toggle the desired option.
Inheritance
TObject
TPersistent
TdxBarItemOptions
See Also