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
SyntaxPublic ReadOnly Property Name As String
Get
Property Value
Type:
StringReturn Value
Type:
StringReturns the string value
Implements
IMcWindow.Name
RemarksThe 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