MFC
Expand Minimize
This topic has not yet been rated - Rate this topic

CToolBarCtrl::GetImageList 

Retrieves the image list that a toolbar control uses to display buttons in their default state.


CImageList* GetImageList( ) const;

A pointer to a CImageList object, or NULL if no image list is set.

This member function implements the behavior of the Win32 message TB_GETIMAGELIST, as described in the Platform SDK.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.