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

In This Topic
    insertAdjacentText Method
    In This Topic

    insertAdjacentText method of IHTMLElement interface.

    Syntax
    'Declaration
     
    Sub insertAdjacentText( _
       ByVal where As System.String, _
       ByVal text As System.String _
    ) 
    void insertAdjacentText( 
       System.string where,
       System.string text
    )

    Parameters

    where
    text
    Remarks

    An original IDL definition of insertAdjacentText method was the following: HRESULT insertAdjacentText (BSTR where, BSTR text);

    See Also