HasFocus Method
Determines whether the text box or drop-down portion of the AutoCompleteBox control has focus.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
protected bool HasFocus()
Protected Function HasFocus As Boolean
member HasFocus : unit -> bool
Return Value
Boolean
true to indicate the AutoCompleteBox has focus; otherwise, false.