TdxSkinController.UseSkins Property
Specifies if the selected skin affects an application.
Declaration
property UseSkins: Boolean read; write; default True;
Property Value
Type | Default | Description |
---|---|---|
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.
Default Value
The UseSkins
property’s default value is the cxDefaultUseSkins global constant.
See Also