Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.8 Assembly / C1.Win.C1Editor Namespace / C1TextPointer Class / Move Method
MoveUnitAction enumeration value that specifies the move action to perform.
Number of units to move the MarkupPointer around.

In This Topic
    Move Method (C1TextPointer)
    In This Topic
    Moves this C1TextPointer object by 'count' number of units.
    Syntax
    'Declaration
     
    Public Sub Move( _
       ByVal moveUnitAction As MoveUnit, _
       ByVal count As System.Integer _
    ) 
    public void Move( 
       MoveUnit moveUnitAction,
       System.int count
    )

    Parameters

    moveUnitAction
    MoveUnitAction enumeration value that specifies the move action to perform.
    count
    Number of units to move the MarkupPointer around.
    See Also