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
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