Contents Index Topic Contents | ||
Previous Topic: CBEM_HASEDITCHANGED Next Topic: CBEM_SETEXTENDEDSTYLE |
CBEM_INSERTITEM
CBEM_INSERTITEM wParam = 0; lParam = (LPARAM)(const COMBOBOXEXITEM FAR *) lpcCBItem;Inserts a new item in a ComboBoxEx control.
- Returns the index at which the new item was inserted if successful, or -1 otherwise.
- lpcCBItem
- Address of a COMBOBOXEXITEM structure that contains information about the item to be inserted. When the message is sent, the iItem member must be set to indicate the zero-based index at which to insert the item. To insert an item at the end of the list, set the iItem member to -1.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.