Xceed SmartUI for WinForms v3.6 Documentation
Xceed.SmartUI.UIStyle.v3.6 Assembly / Xceed.SmartUI.UIStyle Namespace / UIStyle Enumeration


In This Topic
    UIStyle Enumeration
    In This Topic
    Value representing the appearance of a SmartControl and its SmartItems.
    Syntax
    'Declaration
     
    Public Enum UIStyle 
       Inherits System.Enum
    'Usage
     
    Dim instance As UIStyle
    public enum UIStyle : System.Enum 
    Members
    MemberDescription
    Office2003The SmartControl and its SmartItems will have the Office 2003 appearance.
    OfficeXPThe SmartControl and its SmartItems will have the Office XP appearance.
    ResourceAssemblyThe SmartControl and its SmartItems will have the appearance defined in the resource assembly which can be provided by setting the SmartControl.UIStyleResourceAssembly property.
    WindowsClassicThe SmartControl and its SmartItems will have the classic Windows 95 to 2000 appearance.
    WindowsXPThe SmartControl and its SmartItems will have the Windows XP appearance.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.SmartUI.UIStyle.UIStyle

    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