[]
        
(Showing Draft Content)

C1.Win.C1Editor.Internal.HTML.IHTMLDocument3.getElementById

getElementById Method

getElementById(string)

getElementById method of IHTMLDocument3 interface.

Declaration
IHTMLElement getElementById(string v)
Parameters
Type Name Description
string v
Returns
Type Description
IHTMLElement
Remarks

An original IDL definition of getElementById method was the following: HRESULT getElementById (BSTR v, [out, retval] IHTMLElement** ReturnValue);