Skip to main content

TdxBarManager.DefaultPainter Property

Provides access to the default painter used to paint toolbar controls and dock controls on a graphic surface.

Declaration

property DefaultPainter: TdxBarPainter read;

Property Value

Type
TdxBarPainter

Remarks

The default painter is determined by the GetRealPaintStyle function return value.

The painter class that corresponds to the default painter can be accessed via the PainterClass property.

See Also