IImageList::Remove method (commoncontrols.h)
Removes an image from an image list.
HRESULT Remove(
[in] int i
);
[in] i
Type: int
A value of type int that contains the index of the image to remove. If this parameter is -1, the method removes all images.
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
When an image is removed, the indexes of the remaining images adjust so that they always range from zero to one less than the number of images in the image list. For example, if you remove the image at index 0, then image 1 becomes image 0, image 2 becomes image 1, and so on.
To use IImageList::Remove, specify Comctl32.dll version 6 in the manifest. For more information on manifests, see Enabling Visual Styles.
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | commoncontrols.h |
DLL | Comctl32.dll (version 6.0 or later) |