Mouse.Click Method (UITestControl, MouseButtons, ModifierKeys, Point)
Clicks the specified mouse button on the specified control while holding the specified modifier keys 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, _
button As MouseButtons, _
modifierKeys As ModifierKeys, _
relativeCoordinate As Point _
)
public static void Click(
UITestControl control,
MouseButtons button,
ModifierKeys modifierKeys,
Point relativeCoordinate
)
public:
static void Click(
UITestControl^ control,
MouseButtons button,
ModifierKeys modifierKeys,
Point relativeCoordinate
)
static member Click :
control:UITestControl *
button:MouseButtons *
modifierKeys:ModifierKeys *
relativeCoordinate:Point -> unit
public static function Click(
control : UITestControl,
button : MouseButtons,
modifierKeys : ModifierKeys,
relativeCoordinate : Point
)
Parameters
control
Type: Microsoft.VisualStudio.TestTools.UITesting.UITestControlThe UITestControl to be clicked.
button
Type: MouseButtonsMouseButtons that will be used for clicking.
modifierKeys
Type: ModifierKeysModifierKeys to be pressed while clicking.
relativeCoordinate
Type: PointPoint 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.