See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Get or set whether the window is currently visible and focused.

Namespace: NTier.VSAddIn
Assembly: NTier.VSAddIn (in NTier.VSAddIn.dll) Version: 1.0.0.0

Syntax

C#
public bool IsActive { get; private set; }
Visual Basic
Public Property IsActive As Boolean
	Get
	Private Set
Visual C++
public:
property bool IsActive {
	bool get ();
	private: void set (bool value);
}

Property Value

Type: Boolean

See Also