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

In This Topic
    offsetParent Property
    In This Topic

    offsetParent property of IHTMLElement interface.

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

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

    See Also