Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.WorkspaceSettings Namespace / IWorkspaceDefaults Interface / ShowManagedDocuments Property


In This Topic
    ShowManagedDocuments Property (IWorkspaceDefaults)
    In This Topic
    Gets or sets a value indicating whether to show the Managed Documents panel when the Workspace opens. Setting is only enabled when ShowStartPage and EnableCentralizedManagement values are true.
    Syntax
    'Declaration
     
    
    Property ShowManagedDocuments As Boolean
    'Usage
     
    
    Dim instance As IWorkspaceDefaults
    Dim value As Boolean
     
    instance.ShowManagedDocuments = value
     
    value = instance.ShowManagedDocuments
    bool ShowManagedDocuments {get; set;}
    See Also