Informs the view generator about a mouse up event.
public bool SendMouseUp(System.Drawing.Point viewLocation, ServerVisualization.UserInput.MouseButtons button, ServerVisualization.UserInput.ModifierKeys modifierKeys);
Public Function SendMouseUp(ByVal viewLocation As System.Drawing.Point, ByVal button As ServerVisualization.UserInput.MouseButtons, ByVal modifierKeys As ServerVisualization.UserInput.ModifierKeys) As Boolean
Parameter | Description |
---|---|
view |
Specifies the location, where the mouse up event occurs. The coordinates must be in pixels with an origin at the top-left corner of the view's location. |
button | Specifies a pressed mouse button. It can be a value from the Server |
modifier |
Specifies modifier keys. It can be a combination of the Server |
If the event has been handled, the method returns true. Otherwise, it returns false.