Navigation (Object)

Member of:

Toolbars collection

Description:

Represents the Navigation toolbar in the application. The Navigation toolbar is used to return to the Dashboard section from another section when the Section catalog, Section titlebar, toolbars and menus have been turned off. The Navigation toolbar is hidden by default, but can be enabled by scripts. When activated, it is available in all sections and includes the Back, Forward and Dashboard Home buttons.

Constants:

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

Example:

This example shows how to enable the Navigation toolbar:

//Syntax for turning on the Navigation toolbar
Toolbars["Navigation"].Visible=true;

Methods:

None

Properties:

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

Read-write: Property Visible As Boolean