以下是 GetCount 方法的一般用法:
int GetCount() const;
该方法返回一个整数,表示工具栏图像集合中的图像数量。
示例代码:
CMFCToolBarImages myToolBarImages;
int imageCount = myToolBarImages.GetCount();
这样,你就可以获取工具栏图像集合中的图像数量,并根据需要进行相应的处理。
转载请注明出处:http://www.zyzy.cn/article/detail/20359/MFC/CMFCToolBarImages