TBasedxPrintStyle.StyleGlyph Property
Specifies an icon for the current style.
Declaration
property StyleGlyph: TBitmap read; write;
Property Value
Type |
---|
TBitmap |
Remarks
Use the StyleGlyph property to specify the image displayed as an icon for a print style within the “Edit Print Styles“ window at design time or within the “Define Print Styles“ window at runtime. You can specify this image via the ImageIndex property, but the StyleGlyph property doesn’t require any additional TImageList component. Use the IsStyleGlyphAssigned property to determine whether an icon is assigned for the current printing style.
See Also