Back to Devexpress

TdxBarItemOptions.Size Property

vcl-dxbar-dot-tdxbaritemoptions.md

latest1.3 KB
Original Source

TdxBarItemOptions.Size Property

Specifies menu item size.

Declaration

delphi
property Size: TdxBarMenuItemSize read; write;

Property Value

Type
TdxBarMenuItemSize

Remarks

All possible values are listed in the following table.

ValueMeaningSample
misNormalStandard size (for 16x16 images).
misLargeDouble 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

TdxBarImageOptions.LargeIcons

TdxBarImageOptions.LargeImages

TdxBarItem.LargeGlyph

TdxBarItemOptions Class

TdxBarItemOptions Members

dxBar Unit