Standard (Object)

Member of:

Toolbars collection

Description:

Represents the Standard toolbar in the application. The Standard toolbar contains icons for commonly used operations, such as the Open and Save commands. The availability of an icon depends on the active section

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 Standard toolbar in the application:

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

Methods:

None

Properties:

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

Read-write: Property Visible As Boolean