Simulates a tap (down and up) at the specified position with a specific source.
public void Tap(Interactive target, Interactive source, Point position = default(Point), KeyModifiers modifiers = KeyModifiers.None)
The target control.
The source of the event.
The position of the tap.
Key modifiers.