[]
        
(Showing Draft Content)

C1.Win.C1Editor.C1TextPointer.Move

Move Method

Move(MoveUnit, int)

Moves this C1TextPointer object by 'count' number of units.

Declaration
public void Move(MoveUnit moveUnitAction, int count)
Public Sub Move(moveUnitAction As MoveUnit, count As Integer)
Parameters
Type Name Description
MoveUnit moveUnitAction

MoveUnitAction enumeration value that specifies the move action to perform.

int count

Number of units to move the MarkupPointer around.