Skip to main content
A newer version of this page is available. .

TdxDockingManager.PainterClass Property

Returns the painter class that is used to paint dock controls.

Declaration

property PainterClass: TdxDockControlPainterClass read;

Property Value

Type
TdxDockControlPainterClass

Remarks

This property returns the painter class provided by the GetActualPainterClass virtual function. By default, this function returns the painter class based on the currently applied LookAndFeel setting. You can implement a custom painter (a TdxDockControlPainter descendant), override the GetActualPainterClass function in your custom TdxDockingManager implementation, and return the custom painter’s class via the overridden GetActualPainterClass function.

See Also