Gets a value indicating whether this instance has the active port context.

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

Syntax

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

Field Value

true if this instance has the active port context; otherwise, false.

See Also