Specifies the kind of move requested in a Move(MoveUnit, Int32) method call.

Namespace:  C1.Win.XmlEditor
Assembly:  C1.Win.XmlEditor.2 (in C1.Win.XmlEditor.2.dll)

Syntax

C#
public enum MoveUnit
Visual Basic (Declaration)
Public Enumeration MoveUnit

Members

Member nameDescription
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.

See Also