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