Back to Devexpress

TdxBarImageOptions.LargeIcons Property

vcl-dxbar-dot-tdxbarimageoptions.md

latest1.9 KB
Original Source

TdxBarImageOptions.LargeIcons Property

Specifies the glyph size of the current bar manager’s items.

Declaration

delphi
property LargeIcons: Boolean read; write; default False;

Property Value

TypeDefault
BooleanFalse

Remarks

If the LargeIcons property is set to True , the glyph size of the current bar manager’s items is multiplied by 2. The item’s size is increased correspondingly. If this property value is False , the glyph size is standard ( 16 by 16 pixels). To specify which icons should be displayed for enlarged standard size buttons, use the UseLargeImagesForLargeIcons option.

Use a submenu’s ItemOptions.Size property, to specify the glyph size of its items.

Note

Changing the LargeIcons property doesn’t affect large buttons, and the height of bar items displayed in the Ribbon control.

The default value of the LargeIcons property is False.

See Also

TdxBarImageOptions.DisabledImages

TdxBarImageOptions.DisabledLargeImages

TdxBarImageOptions.GlyphSize

TdxBarImageOptions.HotImages

TdxBarImageOptions.Images

TdxBarImageOptions.LargeImages

TdxBarImageOptions.UseLargeImagesForLargeIcons

TdxBarImageOptions Class

TdxBarImageOptions Members

dxBar Unit