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#
bool IsPreviewCued { get; }
Visual Basic (Declaration)
ReadOnly Property IsPreviewCued As Boolean
Visual C++
property bool IsPreviewCued {
	bool get ();
}

Field Value

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

See Also