AutoCompleteBoxHasFocus Method
Determines whether the text box or drop-down portion of the
AutoCompleteBox control has
focus.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
protected bool HasFocus()
Protected Function HasFocus As Boolean
member HasFocus : unit -> bool
Return Value
Booleantrue to indicate the
AutoCompleteBox has focus;
otherwise, false.