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

In This Topic
    parentElement Method
    In This Topic

    parentElement method of IHTMLTxtRange interface.

    Syntax
    'Declaration
     
    Function parentElement() As IHTMLElement
    IHTMLElement parentElement()
    Remarks

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

    See Also