Skip to main content

TdxBarItemLink.PaintStyle Property

Provides access to the paint style of the item control which corresponds to the current item link.

Declaration

property PaintStyle: TdxBarPaintStyle read;

Property Value

Type
TdxBarPaintStyle

Remarks

This property returns the paint style of the item control which corresponds to the current item link. If udPaintStyle is included in the UserDefine property, the PaintStyle property returns the value of the UserPaintStyle property. Otherwise, the PaintStyle property returns the item’s painting style. In this instance, if the item is of the TdxBarButton type, the PaintStyle property returns one of the relevant styles for buttons (please refer to the description of the PaintStyle property for details). For all other item types, the psStandard value is returned.

See Also