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#
public bool IsPending { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsPending As Boolean
Visual C++
public:
virtual property bool IsPending {
	bool get () sealed;
}

Field Value

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

Implements

ISimpleEditor..::.IsPending

See Also