Click or drag to resize

McStatusPanesAdd Method

Creates a new status pane.

Namespace:  MediaCy.IQL.Application
Assembly:  MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
Syntax
VB
Public Function Add ( 
	Name As String,
	Width As Integer,
	Optional Visible As Boolean = true,
	Optional Before As Object = Nothing,
	Optional After As Object = Nothing
) As McStatusPane

Parameters

Name
Type: SystemString
Width
Type: SystemInt32
Visible (Optional)
Type: SystemBoolean
Before (Optional)
Type: SystemObject
After (Optional)
Type: SystemObject

Return Value

Type: McStatusPane
A new McStatusPane.

Implements

IMcStatusPanes.Add(String, Int32, Boolean, Object, Object)
Remarks
Initially, the status bar only has one pane.
See Also