Method MiddleButtonDown
MiddleButtonDown(IWindowHandle, Point)
Simulates a mouse middle button down gesture.
Declaration
void MiddleButtonDown(IWindowHandle hwnd, Point mouseLocation)
Parameters
| Type | Name | Description |
|---|---|---|
| IWindowHandle | hwnd | The handle of the window where the gesture should be performed. |
| Point | mouseLocation | The location within the window where the mouse should be positioned. |