DoubleClicks on the adapter with the specified mouse buttons at a given location.
| C# | Visual Basic | Visual C++ |
public void DoubleClick( MouseButtons buttons, Location location, Duration moveTime )
Public Sub DoubleClick ( _ buttons As MouseButtons, _ location As Location, _ moveTime As Duration _ )
public: void DoubleClick( MouseButtons buttons, Location^ location, Duration^ moveTime )
- buttons (MouseButtons)
- A bit-wise combination of MouseButtons values that specify the mouse buttons for this action.
- location (Location)
- The location to click at.
- moveTime (Duration)
- The time after which the mouse should be at the specified position.
If this method is invoked on a mobile element, Touch(Location) will be called
twice internally and only the location argument will be considered.
