Gets or sets value that determines if rectangle border will be hidden, when the Widget gets focus.

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

Syntax

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

See Also