Enum UseSystemSkinMode
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public enum UseSystemSkinMode
Inherit
Mode is inherited by the parent chain.
NoInheritable
Element and all its descendants are forbidden to use system skins.
NoLocal
Only direct element is forbidden to use skins, its children can compose this value up from the parent chain.
YesInheritable
The element and all its descendants may use skins.
YesLocal
Only direct element can use skins, value cannot be used for inheritance