Back to Devexpress

TdxBarItemLink.UserPaintStyle Property

vcl-dxbar-dot-tdxbaritemlink-4a020c70.md

latest1.3 KB
Original Source

TdxBarItemLink.UserPaintStyle Property

Specifies a user-defined paint style.

Declaration

delphi
property UserPaintStyle: TdxBarPaintStyle read; write; default psStandard;

Property Value

TypeDefault
TdxBarPaintStylepsStandard

Remarks

This property can be modified from the context-sensitive modification popup menu or programmatically. The menu is invoked by clicking the right mouse button on an item control when the customization form is active. By default, UserPaintStyle is psStandard. Set the UserPaintStyle programmatically or by means of the customizing popup:

See Also

TdxBarItemLink.UserDefine

Customizing Popup Menu (at design time)

How to Add Buttons to a Toolbar

How to Create Several Item Controls for the Same Underlying Item

TdxBarItemLink Class

TdxBarItemLink Members

dxBar Unit