Usages of MoveFocusDirection
Method Return Values
| from (MoveFocusDirection) | in MoveFocusDirection | Converts the given argument to an enum constant of this enum type. |
Method Parameters
| from (MoveFocusDirection) | in MoveFocusDirection | Converts the given argument to an enum constant of this enum type. | |
| getName (MoveFocusDirection) | in MoveFocusDirection | Returns the name of the given enum constant. | |
| extendSelectionTo (MoveFocusDirection) | in NavigationInputMode | Moves the focus in the given direction, extending the selection to the new element. | |
| findNearestItem (IInputModeContext, IModelItem, MoveFocusDirection, IEnumerable<IModelItem>) | in NavigationInputMode | Determines the nearest item in the given direction. | |
| findNextItem (IInputModeContext, MoveFocusDirection) | in NavigationInputMode | Determines the next item when a navigation command is executed. | |
| moveFocusTo (MoveFocusDirection) | in NavigationInputMode | Moves the focus in the given direction, not changing the current selection. | |
| moveTo (MoveFocusDirection) | in NavigationInputMode | Moves the focus in the given direction, setting the selection to the new element. |