InfoConnect API Guide
Attachmate.Reflection.Web.Msie Namespace / IWebDocument Interface / GetElementFromPoint Method
Web element coordinates.


In This Topic
    GetElementFromPoint Method
    In This Topic
    Gets the Web element at the point.
    Syntax
    'Declaration
     
    
    Function GetElementFromPoint( _
       ByVal point As Point _
    ) As IWebElement
    'Usage
     
    
    Dim instance As IWebDocument
    Dim point As Point
    Dim value As IWebElement
     
    value = instance.GetElementFromPoint(point)
    IWebElement GetElementFromPoint( 
       Point point
    )

    Parameters

    point
    Web element coordinates.

    Return Value

    WebElement object.
    See Also