RadControls for WinForms

Gets or sets the mode that describes the usage of system skinning (if available).

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

Syntax

C#
[DefaultValueAttribute(UseSystemSkinMode.Inherit)]
public virtual UseSystemSkinMode UseSystemSkin { get; set; }
Visual Basic
<DefaultValueAttribute(UseSystemSkinMode.Inherit)> _
Public Overridable Property UseSystemSkin As UseSystemSkinMode
	Get
	Set

Implements

ISupportSystemSkin..::..UseSystemSkin

See Also