Click or drag to resize

McWindowWindowNumber Property

The current window number or 0 if only one window is open on an image.

Namespace:  MediaCy.IQL.Application
Assembly:  MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
Syntax
VB
Public ReadOnly Property WindowNumber As Integer
	Get

Return Value

Type: Int32
Returns an Integer value

Implements

IMcWindow.WindowNumber
Remarks
The WindowNumber is 0 if only one McWindow is open on a given McImage (View.ImageToDisplay). Otherwise the WindowNumber will be a number from 1 to the number of windows open on the image. This number is the same number shown as �Wn� on the title bar caption when multiple windows are displaying the same image.
See Also