Enum NavigationDirection
Describes how focus should be moved by directional or tab keys.
public enum NavigationDirection
- Extension Methods
Fields
Move the focus down.
Move the focus to the first control in the tab order.
Move the focus to the last control in the tab order.
Move the focus to the left.
Move the focus to the next control in the tab order.
Move the focus down a page.
Move the focus up a page.
Move the focus to the previous control in the tab order.
Move the focus to the right.
Move the focus up.