Back to Devexpress

cxUseSkins Constant

vcl-cxlookandfeels-a4b429ff.md

latest927 B
Original Source

cxUseSkins Constant

Specifies if a skin is applied to an application.

Declaration

delphi
const cxUseSkins: Boolean = cxDefaultUseSkins;

Returns

TypeDescription
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.

See Also

TcxLookAndFeel.SkinName Property

TcxCustomLookAndFeelController.UseSkins Property

cxLookAndFeels Unit