FocusState Enum
Describes how an element obtained focus.
public enum FocusState
Fields
| Name | Description |
|---|---|
| Keyboard | Element obtained focus through a keyboard action, such as tab sequence traversal. |
| Pointer | Element obtained focus through a pointer action. |
| Programmatic | Element obtained focus through a deliberate call to Focus or a related API. |