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


In This Topic
    Mode Enumeration
    In This Topic
    Type of user interface mode.
    Syntax
    'Declaration
     
    
    Public Enum Mode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As Mode
    public enum Mode : System.Enum 
    Members
    MemberDescription
    BrowserBrowser mode
    ClassicClassic (menus/toolbars) UI mode
    ClassicMDIClassic MDI (menus/toolbars) UI mode
    NoneNo UI mode defined
    RibbonRibbon UI mode
    TouchUxTouchUx mode
    Inheritance Hierarchy

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

    See Also