HDM_DELETEITEMHDM_DELETEITEM*
*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.

index
Index of the item to delete.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.