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

cxUseSkins Constant

Specifies if a skin is applied to an application.

Declaration

const cxUseSkins: Boolean = cxDefaultUseSkins;

Returns

Type Description
Boolean

True if an application uses skins; otherwise, False.

Remarks

A TdxSkinController component’s UseSkins property maps to the cxUseSkins global constant. All skin controllers in an application share the same global skin status.

Note

If you change the cxUseSkins value directly, call the RootLookAndFeel.Refresh procedure to apply a new skin state to your application.

See Also