Click or drag to resize

IMcViewTrackActiveFrame Property

This boolean property enables tracking of the currently active frame within the attached image.

Namespace:  MediaCy.IQL.Display.Viewer
Assembly:  MediaCy.IQL.Display.Viewer (in MediaCy.IQL.Display.Viewer.dll) Version: 10.0.6912.0
Syntax
VB
Property TrackActiveFrame As Boolean
	Get
	Set

Property Value

Type: Boolean
Remarks
When enabled, the viewer will monitor the McImage.ActiveFrameIndex property of the attached ImageToDisplay. When that property changes, the viewer will update the FrameToDisplay property and display the new frame. Note that an assignment to ThisApplication.ActiveImage.ActiveFrameIndex will always set the ActiveWindow.View.FrameToDisplay (but not that of any other McWindow's showing the ThisApplication.ActiveImage unless the TrackActiveFrame property is True). When TrackActiveFrame is True, and an assignment to ImageToDisplay.ActiveFrameIndex causes the FrameToDisplay to change, then SequencePause is called to stop any sequence playback. The effect of this is to cause background McView instances that have TrackActiveFrame set True to follow the sequence play of the ThisApplication.ActiveWindow.View.
See Also