| Icon | Member | Description |
|---|---|---|
| Click()()() |
Clicks on the adapter with the left mouse button.
| |
| Click(MouseButtons) |
Clicks on the adapter with the specified mouse buttons.
| |
| Click(Location) |
Clicks on the adapter at the specified location.
| |
| Click(Duration) |
Clicks on the adapter with the left mouse button.
| |
| Click(MouseButtons, Location) |
Clicks on the adapter with the specified mouse buttons at a specific location location.
| |
| Click(MouseButtons, Duration) |
Clicks on the adapter with the specified mouse buttons.
| |
| Click(Location, Duration) |
Clicks on the adapter at a specific location.
| |
| Click(Int32, Duration) |
Clicks on the adapter with the left mouse button the specified number of times.
| |
| Click(MouseButtons, Location, Duration) |
Clicks on the adapter with the specified mouse buttons at a given location.
| |
| Click(MouseButtons, Int32, Duration) |
Clicks on the adapter with the specified mouse buttons the specified number of times.
| |
| Click(Location, Int32, Duration) |
Clicks on the adapter at a specific location, with the left mouse button, the specified number of times.
| |
| Click(MouseButtons, Location, Int32, Duration) |
Clicks at the specified location relative to the adapter with the specified mouse
buttons the specified number of times.
|
