Formatting (Object)

Member of:

Toolbars collection

Description:

Represents the Formatting toolbar in the application. The Formatting toolbar is used to provide text formatting, styling and editing commands.

If the Formatting (Object) has any of its associated properties accessed fromEPM Workspace, the script commands are ignored, no exceptions are thrown, and any scripts continue.

Constants:

The Type property of the Toolbar object uses the BqToolbars constant, which consists of these values:

Example:

This example shows you enable the Formatting toolbar in the application:

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

Methods:

None

Properties:

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

Read-write: Property Visible As Boolean