[]
Specifies the kind of move requested in a Move(MoveUnit, int) method call.
public enum MoveUnit
| Name | Description |
|---|---|
| Character | Move by characters. |
| EndOfWord | Move the pointer to the end of the next word. |
| StartOfWord | Move the pointer to the beginning of the next word. |