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

In This Topic
    replaceAdjacentText Method
    In This Topic

    replaceAdjacentText method of IHTMLElement2 interface.

    Syntax
    'Declaration
     
    Function replaceAdjacentText( _
       ByVal where As System.String, _
       ByVal newText As System.String _
    ) As System.String
    System.string replaceAdjacentText( 
       System.string where,
       System.string newText
    )

    Parameters

    where
    newText
    Remarks

    An original IDL definition of replaceAdjacentText method was the following: HRESULT replaceAdjacentText (BSTR where, BSTR newText, [out, retval] BSTR* ReturnValue);

    See Also