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();

Return Value

A pointer to a CMFCPopupMenu Class object that displays the drop-down menu that is associated with the toolbar menu button.

Remarks

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.

Requirements

Header: afxcustomizebutton.h

See Also

Reference

CMFCCustomizeButton Class

CMFCToolBar::IsCustomizeMode

Other Resources

MFC Hierarchy Chart