CImageList Members
Base Class Members
Data Members
Construction
Attributes
Operations
Base Class Members
Data Members
A handle containing the image list attached to this object. |
Construction
Constructs a CImageList object. |
|
Initializes an image list and attaches it to a CImageList object. |
Attributes
Called by the CWinApp idle-time handler to delete any temporary CImageList object created by FromHandle. |
|
Returns a pointer to a CImageList object when given a handle to an image list. If a CImageList object is not attached to the handle, a temporary CImageList object is created and attached. |
|
Returns a pointer to a CImageList object when given a handle to an image list. If a CImageList object is not attached to the handle, NULL is returned. |
|
Retrieves the current background color for an image list. |
|
Retrieves the number of images in an image list. |
|
Retrieves information about an image. |
|
Retrieves m_hImageList. |
|
Returns the HIMAGELIST attached to the CImageList. |
|
Sets the background color for an image list. |
Operations
Adds an image or images to an image list. |
|
Attaches an image list to a CImageList object. |
|
Begins dragging an image. |
|
Copies an image within a CImageList object. |
|
Deletes an image list. |
|
Detaches an image list object from a CImageList object and returns a handle to an image list. |
|
Locks updates during a drag operation and displays the drag image at a specified position. |
|
Unlocks the window and hides the drag image so that the window can be updated. |
|
Moves the image that is being dragged during a drag-and-drop operation. |
|
Shows or hides the drag image during a drag operation, without locking the window. |
|
Draws the image that is being dragged during a drag-and-drop operation. |
|
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. |
|
Draws an image from an image list. |
|
Ends a drag operation. |
|
Creates an icon based on an image and mask in an image list. |
|
Gets the temporary image list that is used for dragging. |
|
Reads an image list from an archive. |
|
Removes an image from an image list. |
|
Replaces an image in an image list with a new image. |
|
Creates a new drag image. |
|
Resets the count of images in an image list. |
|
Adds the zero-based index of an image to the list of images to be used as overlay masks. |
|
Writes an image list to an archive. |