InterfaceISupportSystemSkin
Interface
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
Methods
GetVistaVisualStyle()
Gets the VisualStyleElement which represents the current state of this instance for Windows Vista.
GetXPVisualStyle()
Gets the VisualStyleElement which represents the current state of this instance for Windows XP.