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


In This Topic
    UIModeEnum Enumeration
    In This Topic
    The enumerator for UserInterfaceMode, which indicates the user interface mode the application is using.
    Syntax
    'Declaration
     
    
    Public Enum UIModeEnum 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As UIModeEnum
    public enum UIModeEnum : System.Enum 
    Members
    MemberDescription
    BrowserIndicates the view of the application with Browser mode.
    ClassicIndicates the view of the application with Classic menus and toolbars.
    ClassicMDIIndicates the view of the application with Classic MDI menus and toolbars.
    RibbonIndicates the view of the application with Ribbon tabs, groups, and buttons.
    TouchIndicates the view of the application with Touch mode.
    Inheritance Hierarchy

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

    See Also