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.
- Returns an INT value that represents the number of items remaining in the control. If iIndex is invalid, the message returns CB_ERR.
- iIndex
- Zero-based index of the item to be removed.
This message maps to the combo box control message CB_DELETESTRING.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.