WMRBUTTONUP
WMRBUTTONUP is a message identifier used in the Windows operating system. It is sent by the system to a window when the user releases the right mouse button while the mouse cursor is over that window. This message is part of the broader set of Windows messages related to mouse input.
When a window receives a WMRBUTTONUP message, it typically signifies the end of a right-click operation. Applications
Other related mouse messages include WM_LBUTTONDOWN, WM_LBUTTONUP, WM_MBUTTONDOWN, WM_MBUTTONUP, WM_MOUSEMOVE, and WM_RBUTTONDOWN, each representing a different