Enum
UseSystemSkinMode

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

cs-api-definition
public enum UseSystemSkinMode

Fields

Inherit

Mode is inherited by the parent chain.

Declaration

cs-api-definition
Inherit = 0

Field Value

UseSystemSkinMode

NoInheritable

Element and all its descendants are forbidden to use system skins.

Declaration

cs-api-definition
NoInheritable = 4

Field Value

UseSystemSkinMode

NoLocal

Only direct element is forbidden to use skins, its children can compose this value up from the parent chain.

Declaration

cs-api-definition
NoLocal = 3

Field Value

UseSystemSkinMode

YesInheritable

The element and all its descendants may use skins.

Declaration

cs-api-definition
YesInheritable = 2

Field Value

UseSystemSkinMode

YesLocal

Only direct element can use skins, value cannot be used for inheritance

Declaration

cs-api-definition
YesLocal = 1

Field Value

UseSystemSkinMode