Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor Namespace / MoveUnit Enumeration

In This Topic
    MoveUnit Enumeration
    In This Topic
    Specifies the kind of move requested in a C1TextPointer.Move method call.
    Syntax
    'Declaration
     
    Public Enum MoveUnit 
       Inherits System.Enum
    public enum MoveUnit : System.Enum 
    Members
    MemberDescription
    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.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Editor.MoveUnit

    See Also