Description

Creates a new status pane.

Return Type

A McStatusPane object.  

Syntax

object.Add (Name, Width, [Visible], [Before], [After])

The Add Method syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McStatusPanes.
NameRequired. A String value.

Identifies the new pane

WidthRequired. A Long value.

Width of the pane.

VisibleOptional. A Boolean value.

Optional, makes the pane visible or not.

BeforeOptional. A Variant value.

Optional, insert before the Before pane identified by its name or index.

AfterOptional. A Variant value.

Optional, insert after the After pane identified by its name or index.

Remarks

Initially, the status bar only has one pane.