Enum FocusState
Describes how an object obtained focus.
public enum FocusState
Fields
Keyboard = 2
Object obtained focus through a keyboard action, such as tab sequence traversal.
Pointer = 1
Object obtained focus through a pointer action.
Programmatic = 3
Object obtained focus through a deliberate call to Focus or a related API.
Unfocused = 0
Object is not currently focused.