Interface
ISupportSystemSkin

Defines a visual element which may be displayed using system skins (UxTheme semantic).

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

cs-api-definition
public interface ISupportSystemSkin

Properties

UseSystemSkin

Determines whether to use system skins or not. If this is false, the default TPF rendering will be used. If this is true and there is no system skin enabled, TPF rendering will be used.

Declaration

cs-api-definition
UseSystemSkinMode UseSystemSkin { get; set; }

Property Value

UseSystemSkinMode

Methods

GetVistaVisualStyle()

Gets the VisualStyleElement which represents the current state of this instance for Windows Vista.

Declaration

cs-api-definition
VisualStyleElement GetVistaVisualStyle()

Returns

VisualStyleElement

GetXPVisualStyle()

Gets the VisualStyleElement which represents the current state of this instance for Windows XP.

Declaration

cs-api-definition
VisualStyleElement GetXPVisualStyle()

Returns

VisualStyleElement