UITestControl.GetClickablePoint Method
Returns a clickable point on the control.
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
Public Function GetClickablePoint As Point
public Point GetClickablePoint()
public:
Point GetClickablePoint()
member GetClickablePoint : unit -> Point
public function GetClickablePoint() : Point
Return Value
Type: System.Drawing.Point
A clickable point on the control.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.