CBEM_SETIMAGELISTCBEM_SETIMAGELIST*
*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.

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.


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