CMFCCustomizeButton::CreatePopupMenu
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Creates a Customize dialog box.
virtual CMFCPopupMenu* CreatePopupMenu();
A pointer to a CMFCPopupMenu Class object that displays the drop-down menu that is associated with the toolbar menu button.
This method is called by the framework when the user clicks the Customize menu button.
This method does nothing if the application is in customization mode. For more information about customization mode, see CMFCToolBar::IsCustomizeMode.
Show: