Click or drag to resize

McStatusPanesItem Property

Returns the specified Pane.

Namespace:  MediaCy.IQL.Application
Assembly:  MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
Syntax
VB
Public ReadOnly Default Property Item ( 
	Index As Object
) As McStatusPane
	Get

Parameters

Index
Type: SystemObject
Either a Pane name, or its 0-based position in the collection.

Property Value

Type: McStatusPane

Return Value

Type: McStatusPane

Implements

IMcStatusPanes.Item
Remarks
Panes are named when they are created by Add.
See Also