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


Xceed.UI.v1.4 Assembly > Xceed.UI Namespace > IThemed Interface : UIStyle Property
Gets or sets the appearance of the control/editor.
Syntax
'Declaration
 
Property UIStyle As UIStyle
'Usage
 
Dim instance As IThemed
Dim value As UIStyle
 
instance.UIStyle = value
 
value = instance.UIStyle
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

IThemed Interface
IThemed Members