Skip to main content

TdxWizardControlCustomButton.Glyph Property

Specifies the button image.

Declaration

property Glyph: TdxSmartGlyph read; write;

Property Value

Type
TdxSmartGlyph

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