TdxLayoutCxLookAndFeel.LookAndFeelPainter Method
Provides access to the painter that corresponds to the currently used painting style.
Declaration
function LookAndFeelPainter: TcxCustomLookAndFeelPainter;
Returns
Type |
---|
TcxCustomLookAndFeelPainter |
Remarks
A layout control is drawn using the TcxCustomLookAndFeelPainter‘s descendant associated with the applied style.
See Also