Method XButtonUp
XButtonUp(IWindowHandle, int, Point)
Simulates a mouse X button up gesture.
Declaration
public abstract void XButtonUp(IWindowHandle hwnd, int buttonId, Point mouseLocation)
Parameters
Type | Name | Description |
---|---|---|
IWindowHandle | hwnd | The handle of the window where the gesture should be performed. |
int | buttonId | The ID of the X button to be released. |
Point | mouseLocation | The location within the window where the mouse should be positioned. |