CButton::GetImageList
Call this method to get the image list from the button control.
BOOL GetImageList(
PBUTTON_IMAGELIST pbuttonImagelist
);
- pbuttonImagelist
A pointer to the image list of the CButton object.
Nonzero if successful; otherwise 0.
This member function emulates the functionality of the BCM_GETIMAGELIST message, as described in the Buttons section of the Windows SDK.
Header: afxwin.h