Represents a toolbar in the application.
The Type property of the Toolbar (Object) uses the BqToolbars constant, which consists of these values:
This example shows how to hide all the toolbars in the application.
for(I = 1; I <= Application.Toolbars.Count;I++)
{
MyToolbar = Application.Toolbars[I]
MyToolbar.Visible = false
}Read-only: Property Name As String, Property Type As BqToolbars