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

In This Topic
    parentDocument Property
    In This Topic

    parentDocument property of IHTMLDocument3 interface.

    Syntax
    'Declaration
     
    ReadOnly Property parentDocument As IHTMLDocument2
    IHTMLDocument2 parentDocument {get;}
    Remarks

    An original IDL definition of parentDocument property was the following: IHTMLDocument2* parentDocument;

    See Also