McStatusPanesItem Property
|
|
Returns the specified Pane.
Namespace:
MediaCy.IQL.Application
Assembly:
MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
SyntaxPublic 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:
McStatusPaneReturn Value
Type:
McStatusPaneImplements
IMcStatusPanes.Item
RemarksPanes are named when they are created by Add.
See Also