| Icon | Member | Description |
|---|---|---|
| DoubleClick()()() |
DoubleClicks the left mouse button.
| |
| DoubleClick(MouseButtons) |
DoubleClicks the specified mouse buttons.
| |
| DoubleClick(MouseButtons, Duration) |
DoubleClicks the specified mouse buttons.
| |
| DoubleClick(Element) |
DoubleClicks on the element with the left mouse button.
| |
| DoubleClick(Element, MouseButtons) |
DoubleClicks on the element with the specified mouse buttons.
| |
| DoubleClick(Element, Location) |
DoubleClicks on the element with the left mouse button at a specific location location.
| |
| DoubleClick(Element, Duration) |
DoubleClicks on the element with the left mouse button.
| |
| DoubleClick(Element, MouseButtons, Location) |
DoubleClicks on the element with the specified mouse buttons at a specific location location.
| |
| DoubleClick(Element, MouseButtons, Duration) |
DoubleClicks on the element with the specified mouse buttons.
| |
| DoubleClick(Element, Location, Duration) |
DoubleClicks on the element at a specific location.
| |
| DoubleClick(Element, MouseButtons, Location, Duration) |
DoubleClicks on the element with the specified mouse buttons at a given location.
| |
| DoubleClick(Point) |
DoubleClicks at point with the left mouse button.
| |
| DoubleClick(Point, MouseButtons) |
DoubleClicks at point with the specified mouse buttons.
| |
| DoubleClick(Point, Duration) |
DoubleClicks at point with the left mouse button.
| |
| DoubleClick(Point, MouseButtons, Duration) |
DoubleClicks at point with the specified mouse buttons.
|
