| ImageGear Professional v18.2 > API Reference Guide > ARTX Component API Reference > ARTX Component Objects > IGArtXGUICtl Control > IGArtXGUICtl Methods > MouseUp Method |
Handles the MouseUp event.
Sub MouseUp (pIDrawParams As IGArtXDrawParams, nMessage As Long,
pPoint As IGPoint)
| Name | Description |
|---|---|
| pIDrawParams | Parameters such as IG Display Page, device context, window handle. |
| nMessage | Window message (WM_LBUTTONUP (int value 514) or WM_RBUTTONUP (int value 517)). |
| pPoint | Contains mouse position. |
None
N/A