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

TcxLookAndFeel.Kind Property

Specifies one of the basic look & feel styles for a control.

Declaration

property Kind: TcxLookAndFeelKind read; write;

Property Value

Type
TcxLookAndFeelKind

Remarks

Use this property to switch between basic look & feel styles at:

The Kind property value defines the control’s appearance only if the NativeStyle property is set to False, and the SkinName property is set to the default value. Refer to the TcxLookAndFeelKind type description for details on available options.

The Kind property’s setter adds the lfvKind flag to the AssignedValues property value and raises the OnChanged event once the change is applied to the control.

Note

An effect of the Kind property value change made after a BeginUpdate call is postponed until an EndUpdate procedure call.

The Kind property’s default value is the cxDefaultLookAndFeelKind global constant.

See Also