Mouse.Click Method (UITestControl, MouseButtons)
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (in Microsoft.VisualStudio.TestTools.WindowsStore.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.UITestControl
.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.