Gets or sets whether the instrument has the focus.

Namespace:  PerpetuumSoft.Instrumentation.Model
Assembly:  PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1

Syntax

C#
public bool Focused { get; set; }
Visual Basic (Declaration)
Public Property Focused As Boolean
Visual C++
public:
property bool Focused {
	bool get ();
	void set (bool value);
}

See Also