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


CButton::GetImageList

Call this method to get the image list from the button control.

BOOL GetImageList(
   PBUTTON_IMAGELIST pbuttonImagelist 
);

Параметры

  • pbuttonImagelist
    A pointer to the image list of the CButton object.

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

Nonzero if successful; otherwise 0.

Заметки

This member function emulates the functionality of the BCM_GETIMAGELIST message, as described in the Buttons section of the Windows SDK.

Требования

Header: afxwin.h

См. также

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

CButton Class

CButton Members