ThirdParty property |
Applies to
TsSkinManager
Declaration
property ThirdParty: TsThirdPartyList;
Description
Use this property for defining a list of used controls with a special rules how they must be skinned (as Button, as Edit, Checkbox and others). In the design-time editor many predefined sets of controls are available and easily accessible by a few mouse clicks. List of classnames is casesensitive. All defined types will be skinned in run-time if SkinningRules.srThirdParty is True. Custom standard or thirdparty controls may be excluded from skinning if TsSkinProvider component is placed on the form and TsSkinProvider.OnAddIItem event is handled.