VisualElement.Focus Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Attemps to set focus to this element.
public bool Focus ();
member this.Focus : unit -> bool
Returns
System.Boolean
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.