Contents Index Topic Contents | ||
Previous Topic: LVM_SETICONSPACING Next Topic: LVM_SETITEM |
LVM_SETIMAGELIST
LVM_SETIMAGELIST wParam = (WPARAM) (int) iImageList; lParam = (LPARAM) (HIMAGELIST) himl;Assigns an image list to a list view control. You can send this message explicitly or by using the ListView_SetImageList macro.
- Returns the handle to the image list previously associated with the control if successful, or NULL otherwise.
- iImageList
- Type of image list. This parameter can be one of the following values:
LVSIL_NORMAL Image list with large icons. LVSIL_SMALL Image list with small icons. LVSIL_STATE Image list with state images. - himl
- Handle to the image list to assign.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.