Skip to main content

TdxBarItemOptions.Size Property

Specifies menu item size.

Declaration

property Size: TdxBarMenuItemSize read; write;

Property Value

Type
TdxBarMenuItemSize

Remarks

All possible values are listed in the following table.

Value Meaning Sample
misNormal Standard size (for 16x16 images).
misLarge Double size (for 32x32 images).

Note

For large menu items, you can toggle the visibility of item descriptions via the ShowDescriptions property.

For the Application Menu, the default value of the Size property is misLarge. Otherwise, it is misNormal.

See Also