TdxBarItemLink.UserDefine Property
Specifies a set of user-defined bar item options.
Declaration
property UserDefine: TdxBarUserDefines read; write; default [];
Property Value
Type | Description |
---|---|
TdxBarUserDefines | The set of flags that correspond to individual alternative (user-defined) bar item link settings. |
Remarks
The UserDefine
property tracks user-defined bar item setting changes and allows you to reset them.
User-Defined Bar Item Setting Flags
The UserDefine
property value can include any number of the flags listed in this section. Each flag overrides a base setting with the corresponding user-defined setting.
Flag | Base Setting | User-Defined Setting[1] |
---|---|---|
udCaption | Caption | UserCaption |
udGlyph | Glyph | UserGlyph |
udPaintStyle | PaintStyle | UserPaintStyle |
udWidth | Width | UserWidth |
Default Value
The UserDefine
property’s default value is []
.
Footnotes
-
All user-defined property setters add corresponding flags to the
UserDefine
property value.
See Also