 |
ImageList_Remove Add comment W32 Constants Translate this page |
 |
 |
|
Removes an image from an image list. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
BOOL ImageList_Remove(
HIMAGELIST himl,
int i
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER ImageList_Remove IN comctl32;
INTEGER himl,;
INTEGER imageindex
|
 |
 |
 |
| Parameters: |
 |
himl
Handle to the image list.
i
Index of the image to remove. If this parameter is -1, the function removes all images. |
 |
 |
| Return value: |
 |
| Returns nonzero if successful, or zero otherwise. |
 |
 |
| My comment: |
 |
See also: ImageList_Add, ImageList_GetImageCount
|
 |
 |
| Word Index links for the ImageList_Remove : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2007-05-24 18:29:49 | | Modified: | 2007-05-24 18:44:34 | Visited in last 7 days: 11 |