Mouse.Click Method
Include Protected Members
Include Inherited Members
Clicks the mouse button.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Click() | Clicks the default mouse button. | |
Click(Point) | Clicks the default mouse button at the specified location. | |
Click(MouseButtons) | Clicks the specified mouse button. | |
Click(ModifierKeys) | Clicks the default mouse button while holding the specified modifier keys. | |
Click(UITestControl) | Clicks the default mouse button on the specified control. | |
Click(UITestControl, Point) | Clicks the default mouse button on the specified control at the specified location relative to that control. | |
Click(UITestControl, MouseButtons) | Clicks the specified mouse button on the specified control. | |
Click(UITestControl, ModifierKeys) | Clicks the default mouse button on the specified control while holding the specified modifier keys. | |
Click(MouseButtons, ModifierKeys, Point) | Clicks the specified mouse button while holding the specified modifier keys at the specified location. | |
Click(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. |
Top