protected:
void CMFCOutlookBarPane::RemoveAllButtons();
这个方法没有参数,调用它将移除窗格中的所有按钮。通常情况下,这个方法可以在需要清空窗格按钮的时候使用。
以下是一个使用示例:
CMFCOutlookBarPane outlookBarPane;
outlookBarPane.RemoveAllButtons();
在这个示例中,RemoveAllButtons 方法被调用,以清空 outlookBarPane 对象中的所有按钮。请注意,具体的使用方式可能还取决于您在项目中的实际情况和代码结构。
转载请注明出处:http://www.zyzy.cn/article/detail/19370/MFC/CMFCOutlookBarPane