McWindowsItem Property
|
|
Returns the McWindow from the McWindows collection.
Namespace:
MediaCy.IQL.Application
Assembly:
MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
SyntaxPublic ReadOnly Default Property Item (
NameImageOrIndex As Object,
Optional WindowNumber As Integer = -1
) As IMcWindow
Get
Parameters
- NameImageOrIndex
- Type: SystemObject
If a string then this argument is either the McWindow.Name of the
desired McWindow (if the WindowNumber argument is the default of -1) or is the
McImage.Name of the McWindow.View.ImageToDisplay of a desired McWindow (if the WindowNumber argument is
any positive number or mcLastWindowNumber). If NameImageOrIndex is a string and no WindowNumber
is supplied, then the string is assumed to refer to a McWindow.Name. - WindowNumber (Optional)
- Type: SystemInt32
The target WindowNumber of the McWindow to get. If the default value
of -1, then any string NameImageOrIndex argument is treated as the McWindow.Name property
of the McWindow instance to return.
Return Value
Type:
IMcWindowA McWindow object.
Implements
IMcWindows.Item
Remarks
See Also