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: |
| object | An expression evaluating to an object of type McStatusPanes. | | Name | Required. A String value. Identifies the new pane
| | Width | Required. A Long value. Width of the pane.
| | Visible | Optional. A Boolean value. Optional, makes the pane visible or not.
| | Before | Optional. A Variant value. Optional, insert before the Before pane identified by its name or index.
| | After | Optional. A Variant value. Optional, insert after the After pane identified by its name or index.
| Remarks
Initially, the status bar only has one pane.
|