Specifies whether the control should get focus on click. If it is true the control does not get focus.

Namespace:  BeeMobile.TransparentControls
Assembly:  BeeMobile.TransparentControls.CF3 (in BeeMobile.TransparentControls.CF3.dll) Version: 3.5.8.2

Syntax

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

See Also