Control..::..AllowFocus Property

Gets/Sets whether or not the control is able to acquire focus

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


public bool AllowFocus { get; set; }
Public Property AllowFocus As Boolean
	Get
	Set
public:
property bool^ AllowFocus {
	bool^ get ();
	void set (bool^ value);
}