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