SkinningRules property

Property allow to change a mode of the application skinning.

Applies to
TsSkinManager

Declaration
property SkinningRules: TacSkinningRules;

Description
Use this property for specifying how an application must be skinned.

srStdForms - parameter specifies that all new forms must be skinned automatically, even if TsSkinProvider component is not placed to these forms
srStdDialogs - specifies that all shown system dialogs must be skinned
srThirdParty - specifies that ThirdParty property will be used for skinning of standard and third-party components. This parameter may be disabled if standard and third-party controls are not used in the application. Speed of forms activating must be faster in this case (ThirdParty property will not be used).