Contents Index Topic Contents | ||
Previous Topic: HDM_CREATEDRAGIMAGE Next Topic: HDM_GETIMAGELIST |
HDM_DELETEITEM
HDM_DELETEITEM wParam = (WPARAM) (int) index; lParam = 0;Deletes an item from a header control. You can send this message explicitly or use the Header_DeleteItem macro.
- Returns TRUE if successful, or FALSE otherwise.
- index
- Index of the item to delete.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.