Gets a value indicating whether this instance is loaded.

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

Syntax

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

Field Value

true if this instance is loaded; otherwise, false.

Remarks

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

See Also