Toolbar (Object)

Member of:

Toolbars collection

Description:

Represents a toolbar in the application.

Constants:

The Type property of the Toolbar (Object) uses the BqToolbars constant, which consists of these values:

Example:

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
}

Methods:

None

Properties:

Read-only: Property Name As String, Property Type As BqToolbars

Read-write: Property Visible As Boolean