CToolBarCtrl::GetDisabledImageList
CImageList* GetDisabledImageList( ) const;
Return Value
A pointer to a CImageList object, or NULL if no disabled image list is set.
Remarks
This member function implements the behavior of the Win32 message , as described in the Platform SDK.
The MFC implementation of GetDisabledImageList uses a CImageList object containing the toolbar control's button images, rather than a handle to an image list.
CToolBarCtrl Overview | Class Members | Hierarchy Chart
See Also CToolBarCtrl::SetDisabledImageList, CToolBarCtrl::GetHotImageList, CToolBarCtrl::GetImageList