The DL_CANCELDRAG notification message signals that the user has canceled a drag operation by clicking the right mouse button or pressing the ESC key. A drag list box sends DL_CANCELDRAG to its parent window in the form of a drag list message.
DL_CANCELDRAG idCtl = (int) wParam; pDragInfo = (LPDRAGLISTINFO) lParam;
No return value.
By processing the DL_CANCELDRAG notification message, an application can reset its internal state to indicate that dragging is not in effect.
file: /Techref/os/win/api/win32/mess/src/msg04_1.htm, 1KB, , updated: 2000/4/7 11:19, local time: 2024/11/5 06:40,
3.145.167.176:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/techref/os/win/api/win32/mess/src/msg04_1.htm"> DL_CANCELDRAG</A> |
Did you find what you needed? |