CMFCToolBar::GetCustomizeButton
检索指向与工具栏的 CMFCCustomizeButton 对象。
CMFCCustomizeButton* GetCustomizeButton();
返回值
对与工具栏的 CMFCCustomizeButton 对象的指针。
备注
此方法检索显示在工具栏结尾处的 自定义 按钮。 使用 CMFCToolBar::EnableCustomizeButton 方法添加 自定义 按钮到工具栏。
可以调用 CMFCToolBar::IsExistCustomizeButton 方法定位工具栏是否包含有效的 CMFCCustomizeButton 对象。
要求
标头: afxtoolbar.h
请参见
参考
CMFCToolBar::EnableCustomizeButton
CMFCToolBar::IsExistCustomizeButton