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

Field Value

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

Implements

ISimpleEditor..::.IsActive

See Also