Specifies the kind of move requested in a Move(MoveUnit, Int32) method call.
Namespace:
C1.Win.XmlEditorAssembly: C1.Win.XmlEditor.2 (in C1.Win.XmlEditor.2.dll)
Syntax
| C# |
|---|
public enum MoveUnit |
| Visual Basic (Declaration) |
|---|
Public Enumeration MoveUnit |
Members
| Member name | Description | |
|---|---|---|
| Character |
Move by characters.
| |
| StartOfWord |
Move the pointer to the beginning of the next word.
| |
| EndOfWord |
Move the pointer to the end of the next word.
|