C1.Win.C1Editor.4 Assembly > C1.Win.C1Editor.Internal.HTML Namespace > IHTMLDocument3 Interface : getElementById Method |
getElementById
method of IHTMLDocument3
interface.
'Declaration Function getElementById( _ ByVal v As System.String _ ) As IHTMLElement
IHTMLElement getElementById( System.string v )
An original IDL definition of getElementById
method was the following: HRESULT getElementById (BSTR v, [out, retval] IHTMLElement** ReturnValue)
;