Mouse.Click Method (UITestControl, Point)
Clicks the default mouse button on the specified control at the specified location relative to that control.
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
Public Shared Sub Click ( _
control As UITestControl, _
relativeCoordinate As Point _
)
public static void Click(
UITestControl control,
Point relativeCoordinate
)
public:
static void Click(
UITestControl^ control,
Point relativeCoordinate
)
static member Click :
control:UITestControl *
relativeCoordinate:Point -> unit
public static function Click(
control : UITestControl,
relativeCoordinate : Point
)
Parameters
- control
Type: Microsoft.VisualStudio.TestTools.UITesting.UITestControl
The UITestControl to be clicked.
- relativeCoordinate
Type: System.Drawing.Point
Point that is relative to the control to be clicked.
.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.