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


CToolBarCtrl::GetPressedImageList

Retrieves the image list that the current toolbar control uses to represent buttons in the pressed state.

CImageList* GetPressedImageList();

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

Pointer to a CImageList that contains the image list for the current control, or NULL if no such image list is set.

Заметки

This method sends the TB_GETPRESSEDIMAGELIST message, which is described in the Windows SDK.

Требования

Header: afxcmn.h

This control is supported in Windows Vista and later.

Additional requirements for this method are described in Build Requirements for Windows Vista Common Controls.

См. также

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

CToolBarCtrl Class

CToolBarCtrl Members

Hierarchy Chart

TB_GETPRESSEDIMAGELIST

CImageList

CToolBarCtrl::SetPressedImageList