Clicks at point with the specified mouse buttons.
| C# | Visual Basic | Visual C++ |
public static void Click( Point point, MouseButtons buttons, Duration moveTime )
Public Shared Sub Click ( _ point As Point, _ buttons As MouseButtons, _ moveTime As Duration _ )
public: static void Click( Point point, MouseButtons buttons, Duration^ moveTime )
- point (Point)
- The point to click on in screen coordinates (pixels).
- 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.
