Enum NavigationMethod
Defines the method by which a focus change occurred.
public enum NavigationMethod
Fields
The focus was changed by the user pressing a directional navigation key.
The focus was changed by a pointer click.
The focus was changed by the user tabbing between control.
The focus was changed by an unspecified method, e.g. calling Focus(NavigationMethod, KeyModifiers).