Gets a value indicating whether this instance is preview loaded.

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

Syntax

C#
bool IsPreviewLoaded { get; }
Visual Basic (Declaration)
ReadOnly Property IsPreviewLoaded As Boolean
Visual C++
property bool IsPreviewLoaded {
	bool get ();
}

Field Value

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

Remarks

This function returns true if the preview timeline has duration or does not start with the ‘~’ character.

See Also