Back to Devexpress

TdxBarItem.LargeGlyph Property

vcl-dxbar-dot-tdxbaritem-26eae500.md

latest1.6 KB
Original Source

TdxBarItem.LargeGlyph Property

Specifies the glyph that is displayed when this item’s link represents a large button, enlarged standard size button, or large size menu item.

Declaration

delphi
property LargeGlyph: TdxSmartGlyph read; write;

Property Value

Type
TdxSmartGlyph

Remarks

If the glyph is specified, the LargeImageIndex property is ignored. Changing the LargeGlyph property calls the LargeGlyphChanged method.

The specified glyph is used for enlarged standard size buttons, if a bar manager’s ImageOptions.UseLargeImagesForLargeIcons option is enabled.

Use the Glyph property to specify a standard size glyph ( 16 by 16 pixels) for the current bar item.

Note

The suggested size of large glyphs is 32 by 32 pixels.

See Also

TdxBarImageOptions.LargeIcons

TdxBarImageOptions.UseLargeImagesForLargeIcons

TdxBarItem.Glyph

TdxBarItem.LargeImageIndex

TdxBarItemOptions.Size

TdxBarItem Class

TdxBarItem Members

dxBar Unit