TdxWizardControlCustomButton.Glyph Property
In This Article
Specifies the button image.
#Declaration
Delphi
property Glyph: TdxSmartGlyph read; write;
#Property Value
Type |
---|
Tdx |
#Remarks
Use this property to specify a standard bitmap image for the button. If Glyph is assigned, the button ImageIndex property is ignored.
Use the GlyphAlignment property to specify the image position relative to the button caption.
See Also