RanorexNetRanorexNet Documentation
GetControlFromPoint Method (point)
NamespacesRanorexApplicationGetControlFromPoint(Point)
Gets the control at the specified position.
Declaration Syntax
C#Visual BasicVisual C++
public static Control GetControlFromPoint(
	Point point
)
Public Shared Function GetControlFromPoint ( _
	point As Point _
) As Control
public:
static Control^ GetControlFromPoint(
	Point point
)
Parameters
point (Point)
Specifies the point in screen coordinates.
Return Value
A Control object or null if no Control at the given point can be found.
Remarks
Supported only in RanorexPro.

Assembly: RanorexNet (Module: RanorexNet) Version: 1.5.1.4524