| Member Name | Description |
|---|---|
| Backward | Use with View.FocusSearch(FocusSearchDirection). Move focus to the previous selectable item. |
| Down | Use with View.FocusSearch(FocusSearchDirection). Move focus down. |
| Forward | Use with View.FocusSearch(FocusSearchDirection). Move focus to the next selectable item. |
| Left | Use with View.FocusSearch(FocusSearchDirection). Move focus to the left. |
| Right | Use with View.FocusSearch(FocusSearchDirection). Move focus to the right. |
| Up | Use with View.FocusSearch(FocusSearchDirection). Move focus up. |