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

TdxSkinController.UseSkins Property

Specifies if the active skin is applied to an application.

Declaration

property UseSkins: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

Set the UseSkins property to True and the NativeStyle property to False to apply the selected skin to application forms and controls. An individual control’s LookAndFeel settings can override application appearance settings determined by the skin controller.

Note

All skin controllers in an application share the same UseSkins property value, since the property maps to the cxUseSkins writeable global constant.

The UseSkins property’s default value is the cxDefaultUseSkins global constant.

See Also