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