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

TcxLookAndFeel.SkinPainter Property

Provides access to the active skin painter.

Declaration

property SkinPainter: TcxCustomLookAndFeelPainter read; write;

Property Value

Type
TcxCustomLookAndFeelPainter

Remarks

A skin painter implements all UI draw routines specific to the corresponding skin. Use the SkinPainter property to access the skin painter that draws all UI elements whose appearance is defined by the active skin.

Note

The SkinPainter property returns nil (in Delphi) or nullptr/NULL (in C++Builder) if a native or basic look & feel style painter draws the control.

See Also