Summary
Determines whether the text box or drop-down portion of the
AutoCompleteBox
control has
focus.
- Namespace
- Avalonia
.Controls - Containing Type
- AutoCompleteBox
Syntax
protected bool HasFocus()
Return Value
Type | Description |
---|---|
bool | true to indicate the
AutoCompleteBox has focus;
otherwise, false. |