CMFCToolBarButton::GetImage
Retrieves the image index of the button.
int GetImage() const;
Return Value
The index of the image associated with this button.
Remarks
If the button has a user-defined image (that is, if bUserButton was TRUE in the constructor), the returned index specifies an image in the collection of user-defined images (see CMFCToolBar::GetUserImages). Otherwise, the index specifies an image in the collection of images that are loaded from a resource file (see CMFCToolBar::GetImages). For more information about resource files, see Working with Resource Files.
Requirements
Header: afxtoolbarbutton.h