Back to Devexpress

TcxLookAndFeel.Painter Property

vcl-cxlookandfeels-dot-tcxlookandfeel-c2766d92.md

latest1.4 KB
Original Source

TcxLookAndFeel.Painter Property

Provides access to the active native or deprecated look & feel painter.

Declaration

delphi
property Painter: TcxCustomLookAndFeelPainter read;

Property Value

TypeDescription
TcxCustomLookAndFeelPainter

Returns the active skin painter if the operating system-dependent style or a deprecated look & feel style is applied to a control. This property returns nil (in Delphi) or nullptr (in C++Builder) if a skin is applied to the control.

Cast the property value to the corresponding TcxCustomLookAndFeelPainter class descendant to access all public API members.

Tip

Call the SkinPainter.ClassType function to identify the actual painter type.

|

Remarks

A painter implements all UI draw routines specific to the corresponding look & feel style.

See Also

TcxLookAndFeel.SkinPainter Property

TcxLookAndFeel Class

TcxLookAndFeel Members

cxLookAndFeels Unit