Specifies whether the editor grabs focus when the page loads. If this property is set to true then the editor will take focus, if it is set to false it will not.

Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

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

See Also