TdxBarManager.DefaultPainter Property
In This Article
Provides access to the default painter used to paint toolbar controls and dock controls on a graphic surface.
#Declaration
Delphi
property DefaultPainter: TdxBarPainter read;
#Property Value
Type |
---|
Tdx |
#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