Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.8 Assembly / C1.Win.C1Editor.Internal.HTML Namespace / IMarkupServices Interface / InsertText Method

In This Topic
    InsertText Method (IMarkupServices)
    In This Topic
    This member is for internal use only.
    Syntax
    'Declaration
     
    Function InsertText( _
       ByVal pchText As System.String, _
       ByVal cch As System.Integer, _
       ByVal pPointerTarget As IMarkupPointer _
    ) As System.Integer
    System.int InsertText( 
       System.string pchText,
       System.int cch,
       IMarkupPointer pPointerTarget
    )

    Parameters

    pchText
    cch
    pPointerTarget
    See Also