CBEM_SETITEMCBEM_SETITEM*
*Contents  *Index  *Topic Contents
*Previous Topic: CBEM_SETIMAGELIST
*Next Topic: CBEM_SETUNICODEFORMAT

CBEM_SETITEM


CBEM_SETITEM
    wParam = 0;
    lParam = (LPARAM) (const COMBOBOXEXITEM FAR *) lpcCBItem;

Sets the attributes for an item in a ComboBoxEx control.

lpcCBItem
Address of a COMBOBOXEXITEM structure that contains the item information to be set. When the message is sent, the mask member of the structure must be set to indicate which attributes are valid and the iItem member must specify the zero-based index of the item to be modified. Setting the iItem member to -1 will modify the item displayed in the edit control.

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