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: RTE
Assembly: RichTextEditor (in RichTextEditor.dll) Version: 8.0.0.0 (8.0.0.0)

Syntax

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

See Also