Version: |
6.0 |
Description: |
Processes WM_MBUTTONUP messages. |
Declaration: |
|
C/C++ |
extern "C" BOOL WINAPI VCOnMButtonUp(HWND hWnd, UINT nFlags, long x, long y); |
Delphi |
function VCOnMButtonUp(hWnd: LongInt; nFlags: LongInt; x: LongInt; y: LongInt): LongInt; stdcall; |
ActiveX/COM |
Function OnMButtonUp(ByVal hWnd As Long, ByVal nFlags As Long, ByVal x As Long, ByVal y As Long) As Long |
Parameters: |
hWnd - Windows handle of the WM_MBUTTONUP message. nFlags - combination of virtual keys which are down. x - x-coordinate of the cursor relative to the upper-left corner of the window. y - y-coordinate of the cursor relative to the upper-left corner of the window. |
Return Value: |
always returns 0 |
Notes: |
The function processes WM_MBUTTONUP messages in order to handle standard Visual CADD™ behavior. |
See Also: |