TdxBarItemLink.UserDefine Property
Specifies the properties defined by an end-user.
Declaration
property UserDefine: TdxBarUserDefines read; write; default [];
Property Value
Type |
---|
TdxBarUserDefines |
Remarks
This property’s value represents a set of elements of the TdxBarUserDefine type. The elements determine which of the values of the Caption, Glyph, PaintStyle, and Width properties are customized by an end-user. If an element is included into the UserDefine property’s value, these properties return the values of the UserCaption, UserGlyph, UserWidth, and UserPaintStyle properties, respectively. When changing any of the User~ properties, the appropriate elements are automatically added into the value of the UserDefine property.
See Also