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

In This Topic
    getElementById Method
    In This Topic

    getElementById method of IHTMLDocument3 interface.

    Syntax
    'Declaration
     
    Function getElementById( _
       ByVal v As System.String _
    ) As IHTMLElement
    IHTMLElement getElementById( 
       System.string v
    )

    Parameters

    v
    Remarks

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

    See Also