Simulates a mouse button release.
public void ButtonUp(Interactive target, MouseButton button = MouseButton.Left, Point? position = default(Point? ))
The target control to receive the event.
The button to release.
Optional position (uses current position if null).