CuteEditor for .NET 6.0 Class Library

Editor.Focus Property

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.

[Visual Basic]
Public Property Focus As Boolean
[C#]
public bool Focus {get; set;}

See Also

Editor Class | CuteEditor Namespace