Gets or sets a value indicating whether auto focus is enabled.

Namespace: MonoSoftware.MonoX.ModuleGallery
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public bool EnableAutoFocus { get; set; }
Visual Basic
Public Property EnableAutoFocus As Boolean
	Get
	Set
Visual C++
public:
property bool EnableAutoFocus {
	bool get ();
	void set (bool value);
}
F#
member EnableAutoFocus : bool with get, set

Property Value

Type: Boolean

See Also