Interface ISupportSystemSkin
Defines a visual element which may be displayed using system skins (UxTheme semantic).
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
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
UseSystemSkinMode UseSystemSkin { get; set; }
Property Value
UseSystemSkinMode
|
Methods
GetVistaVisualStyle()
Gets the VisualStyleElement which represents the current state of this instance for Windows Vista.
Declaration
VisualStyleElement GetVistaVisualStyle()
Returns
System.Windows.Forms.VisualStyles.VisualStyleElement
|
GetXPVisualStyle()
Gets the VisualStyleElement which represents the current state of this instance for Windows XP.
Declaration
VisualStyleElement GetXPVisualStyle()
Returns
System.Windows.Forms.VisualStyles.VisualStyleElement
|