Gets a value indicating whether this instance has a context, but is not active.

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

Syntax

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

Field Value

true if this instance has a context, but is not active; otherwise, false.

See Also