UltimateEditor Class Library

UltimateEditor.SetFocus Property

Gets or sets a value that indicates whether the editor text box will be focused on page load.

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

Property Value

true if the editor text box is focused; otherwise, false. The default value is true.

Remarks

Use this property to set focus to the editor text box so that the cursor will initially be displayed in it on page load.

See Also

UltimateEditor Class | Karamasoft.WebControls.UltimateEditor Namespace