INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- The `ImageList_Add' function adds an image or images to an image list.
-- The `ImageList_AddIcon' macro adds an icon or cursor to an image list.
-- `ImageList_AddIcon' calls the `ImageList_ReplaceIcon' function.
-- The `ImageList_AddMasked' function adds an image or images
-- to an image list, generating a mask from the specified bitmap.
-- The `ImageList_Create' function creates a new image list.
-- The `ImageList_Destroy' function destroys an image list.
-- The `ImageList_Draw' function draws an image list item in the
-- specified device context.
-- The `ImageList_DrawEx' function draws an image list item in the
-- specified device context. The function uses the specified drawing
-- style and blends the image with the specified color.
-- The `ImageList_ExtractIcon' function creates an icon or cursor
-- based on an image and mask in an image list.
-- `ImageList_ExtractIcon' is a macro that calls the
-- `ImageList_GetIcon' function.
-- The `ImageList_GetBkColor' function retrieves the current
-- background color for an image list.
-- The `ImageList_GetIcon' function creates an icon or cursor based
-- on an image and mask in an image list.
-- The `ImageList_GetIconSize' function retrieves the dimensions
-- of images in an image list.
-- All images in an image list have the same dimensions.
-- The `ImageList_GetImageCount' function retrieves the number
-- of images in an image list.
-- The `ImageList_GetImageInfo' function retrieves information
-- about an image.
-- The `ImageList_LoadImage' function creates an image list from
-- the specified bitmap, cursor, or icon resource.
-- The `ImageList_Merge' function creates a new image by combining
-- two existing images.
-- The function also creates a new image list to store the image.
-- The `ImageList_Remove' function removes an image from an image list.
-- The `ImageList_Replace' function replaces an image
-- in an image list with a new image.
-- The `ImageList_ReplaceIcon' function replaces an image with
-- an icon or cursor.
-- The `ImageList_SetBkColor' function sets the background color
-- for an image list.
-- The `ImageList_SetIconSize' function sets the dimensions of images
-- in an image list and removes all images from the list.
-- The `ImageList_SetOverlayImage' function adds the index
-- of an image to the list of images to be used as overlay masks.
-- Up to four indices can be added to the list.
-- The `ImageList_BeginDrag' function begins dragging an image.
-- The `ImageList_DragEnter' function locks updates to the specified
-- window during a drag operation and displays the drag image at the
-- specified position within the window.
-- The `ImageList_DragLeave' function unlocks the specified window
-- and hides the drag image, allowing the window to be updated.
-- The `ImageList_DragMove' function moves the image that is being
-- dragged during a drag-and-drop operation. This function is
-- typically called in response to a `WM_MOUSEMOVE' message.
-- The `ImageList_DragShowNolock' function shows or hides the image
-- being dragged.
-- The `ImageList_EndDrag' function ends a drag operation.
-- The `ImageList_SetDragCursorImage' function creates
-- a new drag image by combining the specified image
-- (typically a mouse cursor image) with the current drag image.
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |