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

In This Topic
    parentElement Property
    In This Topic

    parentElement property of IHTMLElement interface.

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

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

    See Also