Skip to main content

TdxBarManager.PainterClass Property

Provides access to the painter class used to paint the current bar manager’s toolbars and their items.

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. The default value of the PainterClass property is the TdxBarEnhancedPainter class. Refer to the description of the TdxBarPainter class for details on paint styles.

To specify a toolbars’ paint style use the Style property.

See Also