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

TcxLookAndFeel.NativeStyle Property

Specifies if a control uses the native Windows look & feel style.

Declaration

property NativeStyle: Boolean read; write;

Property Value

Type
Boolean

Remarks

Use this property to enable or disable an operating system-dependent style at:

The NativeStyle property has priority over the SkinName and Kind properties. You can apply a skin or a basic look & feel style to a control only if the NativeStyle property is set to False.

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

Note

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

The NativeStyle property’s default value is the cxDefaultLookAndFeelNativeStyle global constant.

See Also