[]
        
(Showing Draft Content)

C1.Win.C1Editor.Internal.HTML.IHTMLElement2.replaceAdjacentText

replaceAdjacentText Method

replaceAdjacentText(string, string)

replaceAdjacentText method of IHTMLElement2 interface.

Declaration
string replaceAdjacentText(string where, string newText)
Parameters
Type Name Description
string where
string newText
Returns
Type Description
string
Remarks

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