Clicks on the adapter with the specified mouse buttons the specified number of times.
| C# | Visual Basic | Visual C++ |
public void Click( MouseButtons buttons, int times, Duration moveTime )
Public Sub Click ( _ buttons As MouseButtons, _ times As Integer, _ moveTime As Duration _ )
public: void Click( MouseButtons buttons, int times, Duration^ moveTime )
- buttons (MouseButtons)
- A bit-wise combination of MouseButtons values that specify the mouse buttons for this action.
- times (Int32)
- The number of times to click.
- moveTime (Duration)
- The time after which the mouse should be at the specified position.
