AutoCompleteBoxHasFocus 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) Version: 11.3.999
protected bool HasFocus()

Return Value

Boolean
true to indicate the AutoCompleteBox has focus; otherwise, false.

See Also