In This Topic
The enumerator for WindowModes, which indicates the user interface mode the application uses.
Syntax
<System.Runtime.InteropServices.ComVisibleAttribute(True)>
<System.Runtime.InteropServices.GuidAttribute("70089005-C2B2-4843-9E93-755BA6485E54")>
Public Enum WindowModes
Inherits System.Enum
Members
Member | Description |
Browser | Indicates the view of the application with Browser mode. |
Classic | Indicates the view of the application that includes Classic menus and toolbars. |
ClassicMDI | Indicates the view of the application that includes Classic menus and toolbars. |
Ribbon | Indicates the view of the application that includes Ribbon tabs, groups, and buttons. |
TouchUx | Indicates the view of the application with TouchUx mode. |
See Also