An NDoc Documented Class Library

AutomationElementX.GetAutomationElementFromPoint Method 

[Visual Basic]
Shared Public Function GetAutomationElementFromPoint( _ 
   ByVal location As Point _ 
) As AutomationElement
[C#]
public static AutomationElement GetAutomationElementFromPoint(
   Point location
);
[C++]
public: static AutomationElement* GetAutomationElementFromPoint(
   Point location
);
[JScript]
public static function GetAutomationElementFromPoint(
   Point location
): AutomationElement;

See Also

AutomationElementX Class | White.Core.UIA Namespace