Mouse.Click Method (UITestControl, MouseButtons)
Clicks the specified mouse button on the specified 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, _
button As MouseButtons _
)
public static void Click(
UITestControl control,
MouseButtons button
)
public:
static void Click(
UITestControl^ control,
MouseButtons button
)
static member Click :
control:UITestControl *
button:MouseButtons -> unit
public static function Click(
control : UITestControl,
button : MouseButtons
)
Parameters
control
Type: Microsoft.VisualStudio.TestTools.UITesting.UITestControlThe UITestControl to be clicked.
button
Type: MouseButtonsThe MouseButtons that will be used for clicking.
Examples
.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.