Skip to main content

TdxBarItemLink.Glyph Property

Provides access to the glyph of the item control, which corresponds to the current item link.

Declaration

property Glyph: TdxSmartGlyph read;

Property Value

Type
TdxSmartGlyph

Remarks

If a custom image has been specified for the item control (udGlyph is included into the UserDefine property), the Glyph property returns the glyph as specified by the UserGlyph property. Otherwise, the Glyph property returns the glyph specified by the item’s Glyph property.

See Also