CBEM_DELETEITEMCBEM_DELETEITEM*
*



Contents  *



Index  *Topic Contents
*Previous Topic: ComboBoxEx Control Messages
*Next Topic: CBEM_GETCOMBOCONTROL

CBEM_DELETEITEM


CBEM_DELETEITEM
    wParam = (WPARAM)(int) iIndex;
    lParam = 0;

Removes an item from a ComboBoxEx control.

iIndex
Zero-based index of the item to be removed.

This message maps to the combo box control message CB_DELETESTRING.


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