TdxBarItemLink.UserGlyph Property
Specifies an alternative (user-defined, for example) bar item glyph.
Declaration
property UserGlyph: TdxSmartGlyph read; write;
Property Value
Type | Description |
---|---|
TdxSmartGlyph | The Smart Image container for an alternative bar item glyph. |
Remarks
The Glyph property defines the initial bar item glyph. Users can assign a different glyph to a bar item in a customization form.
The UserGlyph
property allows you to override the initial bar item glyph in code.
Property Setter Behavior
The UserGlyph
property setter adds the udGlyph flag to the UserDefine property value.
See Also