Description

The FrameIndex of the ImageToDisplay Frame being displayed.

Property type

A Long value.  

Syntax

object.FrameToDisplay [= value]

The FrameToDisplay Property syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McView.
valueA Long value.

Remarks

If this McView instance is the McWindow.View property of the McApplication.ActiveWindow, then the ImageToDisplay.ActiveFrameIndex will follow the displayed FrameToDisplay. Likewise, an assignment to ActiveImage.ActiveFrameIndex will set the ActiveWindow.View.FrameToDisplay (but not that of any other McWindow's showing the ActiveImage unless the TrackActiveFrame property is True).

If TrackActiveFrame is True, then the FrameToDisplay will follow the ImageToDisplay.ActiveFrameIndex.