Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.WorkspaceSettings Namespace / WorkspaceDefaults Class / ShowDocumentSwitcher Property


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