IFocusManager Interface
Not client implementable.
Note: This interface is not client implementable. You need to enable PrivateApi if you want to implement this interface.
Manages focus for the application.
Definition
Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
[NotClientImplementableAttribute]
public interface IFocusManager
<NotClientImplementableAttribute>
Public Interface IFocusManager
[<NotClientImplementableAttribute>]
type IFocusManager = interface end
Methods
ClearFocus() | Clears currently focused element. Unstable. |
GetFocusedElement() | Gets the currently focused IInputElement. |