VisualElement.Focus Method

Definition

Attemps to set focus to this element.

public bool Focus ();
member this.Focus : unit -> bool

Returns

true if the keyboard focus was set to this element; false if the call to this method did not force a focus change.

Remarks

Element must be able to receive focus for this to work. Calling Focus on offscreen or unrealized elements has undefined behavior.

Applies to