NavigationKind Enum
Assembly: Topten.RichTextKit.dll
Namespace: Topten.RichTextKit.Editor
Defines a kind of keyboard navigation
public enum NavigationKind
Members
| CharacterLeft | 1 | Move one character to the left |
| CharacterRight | 2 | Move one character to the right |
| DocumentEnd | 12 | Move to the end of the document |
| DocumentHome | 11 | Move to the top of the document |
| LineDown | 4 | Move down one line |
| LineEnd | 10 | Move to the end of the line |
| LineHome | 9 | Move to the start of the line |
| LineUp | 3 | Move up one line |
| None | 0 | No movement |
| PageDown | 8 | Move down one page |
| PageUp | 7 | Move up one page |
| WordLeft | 5 | Move left one word |
| WordRight | 6 | Move right one word |
