Skip to main content

TdxBarItemControl.PainterClass Property

Provides access to the class used to paint the current item control.

Declaration

property PainterClass: TdxBarPainterClass read;

Property Value

Type
TdxBarPainterClass

Remarks

The possible values of this property include: TdxBarStandardPainter, TdxBarFlatPainter, TdxBarEnhancedPainter, TdxBarOffice11Painter, TdxBarXPPainter, and TdxBarSkinnedPainter. These painter classes implement drawing primitives using the Standard, Ultra Flat, Flat, Office 2003, Windows XP look & feel, and skins, respectively. Refer to the description of the TdxBarPainter class for more information on paint styles.

Note

To access the class used to draw all bar manager toolbars and their items, use a bar manager’s PainterClass property.

See Also