Gets a value indicating whether this instance is preview cued.

Namespace:  GrassValley.Mseries.Control
Assembly:  GrassValley.Mseries.Control (in GrassValley.Mseries.Control.dll) Version: 1.0.0.0

Syntax

C#
public bool IsPreviewCued { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsPreviewCued As Boolean
Visual C++
public:
virtual property bool IsPreviewCued {
	bool get () sealed;
}

Field Value

true if this instance is preview cued; otherwise, false.

Implements

ITwoHeadPlayerRecorder..::.IsPreviewCued

See Also