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

In This Topic
    documentElement Property
    In This Topic

    documentElement property of IHTMLDocument3 interface.

    Syntax
    'Declaration
     
    ReadOnly Property documentElement As IHTMLElement
    IHTMLElement documentElement {get;}
    Remarks

    An original IDL definition of documentElement property was the following: IHTMLElement* documentElement;

    See Also