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

In This Topic
    getClientRects Method
    In This Topic

    getClientRects method of IHTMLElement2 interface.

    Syntax
    'Declaration
     
    Function getClientRects() As IHTMLRectCollection
    IHTMLRectCollection getClientRects()
    Remarks

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

    See Also