TdxBarCaptionButton.Glyph Property
In This Article
Specifies the toolbar title button’s glyph.
#Declaration
Delphi
property Glyph: TBitmap read; write;
#Property Value
Type |
---|
TBitmap |
#Remarks
By default, the button is provided with a built-in glyph.
Use the Glyph property to assign a custom glyph to the button.
See Also