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


In This Topic
    ArrangeDocumentEnum Enumeration
    In This Topic
    Enumerator for DocumentViewLayout, which indicates how documents will be arranged in the Workspace.
    Syntax
    'Declaration
     
    
    Public Enum ArrangeDocumentEnum 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ArrangeDocumentEnum
    public enum ArrangeDocumentEnum : System.Enum 
    Members
    MemberDescription
    TabbedDocuments will be arranged in a tab bar.
    WindowedDocuments will be arranged as independent windows inside the Workspace.
    Inheritance Hierarchy

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

    See Also