Click or drag to resize

McWindowCaption Property

Set the caption 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 Caption As String
	Get

Return Value

Type: String
Returns a string value

Implements

IMcWindow.Caption
Remarks
The caption consists of the displayed McImage.DisplayName property (View.ImageToDisplay.DisplayName) possibly followed by a �:N�, were N is a number disabiguating backing images with the same display name. Then if there is more than one window open on the image (i.e., if the WindowNumber property is greater than zero), �(m)� will follow, where �m� is the WindowNumber property.
See Also