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

TcxLookAndFeel.SetStyle(TcxLookAndFeelStyle) Method

Enables the native or basic look & feel style.

Declaration

procedure SetStyle(Value: TcxLookAndFeelStyle);

Parameters

Name Type
Value TcxLookAndFeelStyle

Remarks

Call this procedure and pass a look & feel style as the Value parameter to activate the native style or one of the basic look & feel settings. The SetStyle procedure updates the NativeStyle and Kind property values according to the selected look & feel style.

Note

The SetStyle procedure applies the UltraFlat basic look & feel style to the affected control if you pass lfsSkin as a parameter.

See Also