Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.WorkspaceSettings Namespace / UserInterface Class / ShowQuickAccessToolbar Property


In This Topic
    ShowQuickAccessToolbar Property (UserInterface)
    In This Topic
    Gets or sets a value indicating if the Quick Access Toolbar will be visible.
    Syntax
    'Declaration
     
    
    Public Property ShowQuickAccessToolbar As Boolean
    'Usage
     
    
    Dim instance As UserInterface
    Dim value As Boolean
     
    instance.ShowQuickAccessToolbar = value
     
    value = instance.ShowQuickAccessToolbar
    public bool ShowQuickAccessToolbar {get; set;}
    See Also