CMFCToolBar toolbar;
// 假设已经创建并初始化了工具栏对象
int buttonCount = toolbar.GetCount();
// 现在,buttonCount 包含了工具栏上的按钮总数
在这个示例中,GetCount 方法返回工具栏上的按钮总数,你可以使用这个值进行相应的操作。
转载请注明出处:http://www.zyzy.cn/article/detail/20235/MFC/CMFCToolBar
CMFCToolBar toolbar;
// 假设已经创建并初始化了工具栏对象
int buttonCount = toolbar.GetCount();
// 现在,buttonCount 包含了工具栏上的按钮总数