McStatusPanesRemove Method
|
|
Removes the specified pane from the status bar and the collection.
Namespace:
MediaCy.IQL.Application
Assembly:
MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
SyntaxPublic Sub Remove (
Index As Object
)
Parameters
- Index
- Type: SystemObject
Either a Pane name, or its 0-based position in the collection.
Implements
IMcStatusPanes.Remove(Object)
Remarks
See Also