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


In This Topic
    OpenDocumentOption Enumeration
    In This Topic
    Valid values for the second parameter to the openDocumentAction action. This determines where to open the document specified in the first parameter.
    Syntax
    'Declaration
     
    
    Public Enum OpenDocumentOption 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As OpenDocumentOption
    public enum OpenDocumentOption : System.Enum 
    Members
    MemberDescription
    TabOpens the specified document in a new window within the existing open workspace
    WorkspaceOpens the specified document in a new Reflection/InfoConnect workspace.
    Inheritance Hierarchy

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

    See Also