InfoConnect API Guide
Attachmate.Reflection.UserInterface Namespace / WindowModes Enumeration


WindowModes Enumeration
The enumerator for WindowModes, which indicates the user interface mode the application is using.
Syntax
'Declaration
 
Public Enum WindowModes 
   Inherits System.Enum
 
'Usage
 
Dim instance As WindowModes
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.
TouchUxIndicates the view of the application with TouchUx mode.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Attachmate.Reflection.UserInterface.WindowModes

See Also