Contents Index Topic Contents | ||
Previous Topic: CBEM_SETEXTENDEDSTYLE Next Topic: CBEM_SETITEM |
CBEM_SETIMAGELIST
CBEM_SETIMAGELIST wParam = 0; lParam = (LPARAM)(HIMAGELIST) himl;Sets an image list for a ComboBoxEx control.
- Returns the handle to the image list previously associated with the control, or returns NULL if no image list was previously set.
- himl
- Handle to the image list to be set for the control.
Note The height of images within your image list might change the size requirements of the ComboBoxEx control. It is recommended that you resize the control after sending this message to ensure that it is displayed properly.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.