CMFCToolBar::GetImages

返回指向在应用程序的默认按钮图像的集合。

static CMFCToolBarImages* GetImages();

返回值

对应用程序包含默认图像的集合所有工具栏的 CMFCToolBarImages选件类 对象的指针。

备注

此共享方法为应用程序提供对所有默认工具栏图像的集合。 调用 CMFCToolBar::LoadBitmap 方法将图像添加到集合。

要求

标头: afxtoolbar.h

请参见

参考

CMFCToolBar选件类

层次结构图

CMFCToolBarImages选件类

CMFCToolBar::LoadBitmap