Xceed Grid for WinForms v4.3 Documentation
UIStyle Property (ThemedControl)


Xceed.UI.v1.4 Assembly > Xceed.UI Namespace > ThemedControl Class : UIStyle Property
Gets or sets the appearance of the control/editor.
Syntax
'Declaration
 
<DescriptionAttribute("Indicates the appearance of the control/editor.")>
<CategoryAttribute("Appearance")>
Public Property UIStyle As UIStyle
'Usage
 
Dim instance As ThemedControl
Dim value As UIStyle
 
instance.UIStyle = value
 
value = instance.UIStyle
[Description("Indicates the appearance of the control/editor.")]
[Category("Appearance")]
public UIStyle UIStyle {get; set;}

Property Value

A UIStyle value representing the appearance of the control/editor.
Remarks

When set to WindowsXP on non-Windows XP machines, the blue XP theme style will be used. On Windows XP machines, the current theme will be used. If you want to force a style in particular, for example the Blue, Olive Green or Silver XP themes, the resource assembly must be assigned to the ResourceAssembly property and the UIStyle property set to UIStyle.ResourceAssembly.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ThemedControl Class
ThemedControl Members