Avalonia API Reference
C#
VB
F#
Show/Hide TOC
IPopup
Host
Take
Focus Method
Takes focus from any currently focused native control.
Definition
Namespace:
Avalonia.Controls.Primitives
Assembly:
Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
C#
Copy
View Source
void
TakeFocus
()
VB
Copy
View Source
Sub
TakeFocus
F#
Copy
View Source
abstract
TakeFocus
:
unit
->
unit
See Also
Reference
IPopupHost Interface
Avalonia.Controls.Primitives Namespace
In This Article
Definition
See Also