CButton::SetImageList

调用此方法将图像列表 CButton 对象。

BOOL SetImageList(
   PBUTTON_IMAGELIST pbuttonImagelist
);

参数

  • pbuttonImagelist
    为新图像的指针列表。

返回值

返回在成功的 TRUE,在失败时进行 FALSE

备注

此成员函数模拟 BCM_SETIMAGELIST 邮件的功能,如 Windows SDK的 按钮 节中所述。

要求

Header: afxwin.h

请参见

参考

CButton选件类

CButton::GetImageList