VisualElement.Focus Method

Definition

Attempts to set focus to this element.

public:
 virtual bool Focus();
public bool Focus ();
abstract member Focus : unit -> bool
override this.Focus : unit -> bool
Public Function Focus () As Boolean

Returns

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

Implements

Remarks

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

Applies to