RadControls for WinForms

Namespace: Telerik.WinControls
Assembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.2.612.40 (2013.2.612.40)

Syntax

C#
public enum UseSystemSkinMode
Visual Basic
Public Enumeration UseSystemSkinMode

Members

Member nameValueDescription
Inherit0 Mode is inherited by the parent chain.
YesLocal1 Only direct element can use skins, value cannot be used for inheritance
YesInheritable2 The element and all its descendants may use skins.
NoLocal3 Only direct element is forbidden to use skins, its children can compose this value up from the parent chain.
NoInheritable4 Element and all its descendants are forbidden to use system skins.

See Also