DoubleClicks on the adapter with the specified mouse buttons.
| C# | Visual Basic | Visual C++ |
public void DoubleClick( MouseButtons buttons, Duration clickTime )
Public Sub DoubleClick ( _ buttons As MouseButtons, _ clickTime As Duration _ )
public: void DoubleClick( MouseButtons buttons, Duration^ clickTime )
- buttons (MouseButtons)
- A bit-wise combination of MouseButtons values that specify the mouse buttons for this action.
- clickTime (Duration)
- The time of a mouse click, i.e. the time elapsed between the mouse button being pressed and released again.
