Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor Namespace / C1TextPointer Class / MoveTo Method
Pointer to a C1TextPointer object where the original pointer is moved.

In This Topic
    MoveTo Method (C1TextPointer)
    In This Topic
    Moves this C1TextPointer object to another pointer's location.
    Syntax
    'Declaration
     
    Public Sub MoveTo( _
       ByVal markupPointer As C1TextPointer _
    ) 
    public void MoveTo( 
       C1TextPointer markupPointer
    )

    Parameters

    markupPointer
    Pointer to a C1TextPointer object where the original pointer is moved.
    See Also