Click or drag to resize

McWindowName Property

Set the Name of the window (Read only property)

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

Property Value

Type: String

Return Value

Type: String
Returns the string value

Implements

IMcWindow.Name
Remarks
The Name property will not change as other windows are opened or closed on an image, so it can be used to look up a known McWindow instance in the Windows collection via the McWindows.Item method.
See Also