Share via


CMFCCustomizeButton::CreatePopupMenu

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

Concepts

MFC Hierarchy Chart

Reference

CMFCCustomizeButton Class

CMFCToolBar::IsCustomizeMode