Mouse.DoubleClick Method
Include Protected Members
Include Inherited Members
Double-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 | |
---|---|---|
DoubleClick() | Double-clicks the mouse button. | |
DoubleClick(Point) | Double-clicks the default mouse button at the specified location. | |
DoubleClick(MouseButtons) | Double-clicks the specified mouse button. | |
DoubleClick(ModifierKeys) | Double-clicks the default mouse button that has modifiers. | |
DoubleClick(UITestControl) | Double-clicks the default mouse button on the specified control. | |
DoubleClick(UITestControl, Point) | Double-clicks the default mouse button on the specified control at the specified location that is relative to the control. | |
DoubleClick(UITestControl, MouseButtons) | Double-clicks the specified mouse button on the specified control. | |
DoubleClick(UITestControl, ModifierKeys) | Double-clicks the default mouse button on the control with modifiers. | |
DoubleClick(MouseButtons, ModifierKeys, Point) | Double-clicks the specified mouse button while holding the specified modifier keys at the specified screen location. | |
DoubleClick(UITestControl, MouseButtons, ModifierKeys, Point) | Double-clicks the specified mouse button on the specified control while holding the specified modifier keys at the specified location that is relative to that control. |
Top