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

In This Topic
    childNodes Property (IHTMLDocument3)
    In This Topic

    childNodes property of IHTMLDocument3 interface.

    Syntax
    'Declaration
     
    ReadOnly Property childNodes As System.Object
    System.object childNodes {get;}
    Remarks

    An original IDL definition of childNodes property was the following: IDispatch* childNodes;

    See Also