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


UIModeEnum Enumeration
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
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