The WM_DELETEITEM message is sent to the owner of a list box or combo box when the list box or combo box is destroyed or when items are removed by the LB_DELETESTRING, LB_RESETCONTENT, CB_DELETESTRING, or CB_RESETCONTENT message. Windows sends a WM_DELETEITEM message for each deleted item. Windows sends the WM_DELETEITEM message for any deleted list box or combo box item with nonzero item data.
WM_DELETEITEM idCtl = wParam; // control identifier lpdis = (LPDELETEITEMSTRUCT) lParam; // structure with item information
An application should return TRUE if it processes this message.
CB_DELETESTRING, CB_RESETCONTENT, DELETEITEMSTRUCT, LB_DELETESTRING, LB_RESETCONTENT
file: /Techref/os/win/api/win32/mess/src/msg23_14.htm, 1KB, , updated: 2000/4/7 11:20, local time: 2024/11/5 01:23,
3.147.7.14: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://massmind.org/techref/os/win/api/win32/mess/src/msg23_14.htm"> WM_DELETEITEM</A> |
Did you find what you needed? |
Welcome to massmind.org! |
Welcome to massmind.org! |
.