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


In This Topic
    ShowDocumentSwitcher Property (IWorkspaceDefaults)
    In This Topic
    Gets or sets a value indicating whether the document switcher used to tab between documents is displayed
    Syntax
    'Declaration
     
    
    Property ShowDocumentSwitcher As Boolean
    'Usage
     
    
    Dim instance As IWorkspaceDefaults
    Dim value As Boolean
     
    instance.ShowDocumentSwitcher = value
     
    value = instance.ShowDocumentSwitcher
    bool ShowDocumentSwitcher {get; set;}
    See Also