Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.WorkspaceSettings Namespace / LookFeelEnum Enumeration


In This Topic
    LookFeelEnum Enumeration
    In This Topic
    Enumerator for LookAndFeel, which indicates the look and feel / color scheme of the Workspace.
    Syntax
    'Declaration
     
    
    Public Enum LookFeelEnum 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As LookFeelEnum
    public enum LookFeelEnum : System.Enum 
    Members
    MemberDescription
    BlackOffice 2007 Black Theme.
    BlueOffice 2007 Blue Theme.
    DefaultDefault Theme.
    Office2010WhiteOffice 2010 White Theme.
    Office2016Office 2016 Theme.
    SilverOffice 2007 Silver Theme.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Attachmate.Reflection.WorkspaceSettings.LookFeelEnum

    See Also