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

In This Topic
    componentFromPoint Method
    In This Topic

    componentFromPoint method of IHTMLElement2 interface.

    Syntax
    'Declaration
     
    Function componentFromPoint( _
       ByVal x As System.Integer, _
       ByVal y As System.Integer _
    ) As System.String
    System.string componentFromPoint( 
       System.int x,
       System.int y
    )

    Parameters

    x
    y
    Remarks

    An original IDL definition of componentFromPoint method was the following: HRESULT componentFromPoint (long x, long y, [out, retval] BSTR* ReturnValue);

    See Also