Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.WorkspaceSettings Namespace / IUserInterface Interface / ShowQuickAccessToolbar Property


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