Skip to main content
A newer version of this page is available. .

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:

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