[]
        
(Showing Draft Content)

C1.Win.C1Editor.Internal.HTML.IHTMLElement.insertAdjacentText

insertAdjacentText Method

insertAdjacentText(string, string)

insertAdjacentText method of IHTMLElement interface.

Declaration
void insertAdjacentText(string where, string text)
Parameters
Type Name Description
string where
string text
Remarks

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