Click or drag to resize

McStatusPanes Class

Represents the status bar collection of panes.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcStatusPanes

Namespace:  MediaCy.IQL.Application
Assembly:  MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
Syntax
VB
Public Class McStatusPanes
	Implements IMcStatusPanes, McStatusPanes

The McStatusPanes type exposes the following members.

Properties
  NameDescription
Public propertyCount
Returns the number of existing panes in the collection.
Public propertyItem
Returns the specified Pane.
Top
Methods
  NameDescription
Public methodAdd
Creates a new status pane.
Public methodGetEnumerator
Public methodRemove
Removes the specified pane from the status bar and the collection.
Top
Remarks