Description
The title bar caption.
-
Property type
-
A String value.
[out, retval]
-
Syntax
-
object.Caption
The Caption Property syntax has these parts: |
| object | An expression evaluating to an object of type McWindow. | 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), Wm will follow, where m is the WindowNumber property.
If the displayed image has an McImage.FrameCount greater than one, the currently displayed frame index (View.FrameToDisplay) and the FrameCount of frames will be added to the caption.
| Note: |
If the current window size is too small, the visible title bar text text may be an abbreviated version of the Caption property. |
|