IFocusManager Interface

Manages focus for the application.

Definition

Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
[NotClientImplementableAttribute]
public interface IFocusManager

Methods

ClearFocus Clears currently focused element.
GetFocusedElement Gets the currently focused IInputElement.

See Also