Поделиться через


CToolBarCtrl::GetDisabledImageList

Retrieves the image list that a toolbar control uses to display disabled buttons.

CImageList* GetDisabledImageList( ) const;

Возвращаемое значение

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

Заметки

This member function implements the behavior of the Win32 message TB_GETDISABLEDIMAGELIST, as described in the Windows 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.

Требования

Header: afxcmn.h

См. также

Основные понятия

CToolBarCtrl Class

CToolBarCtrl Members

Hierarchy Chart

CToolBarCtrl::SetDisabledImageList

CToolBarCtrl::GetHotImageList

CToolBarCtrl::GetImageList