Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Creates a CMFCPopupMenu object to display the toolbar menu.
virtual CMFCPopupMenu* CreatePopupMenu();
Return Value
A pointer to a CMFCPopupMenu object that displays the drop-down menu associated with the toolbar menu button.
Remarks
This method is called by the framework to prepare the display of the drop-down menu associated with the button.
The default implementation just constructs and returns a new CMFCPopupMenu object. Override this method if you want to use a derived type of CMFCPopupMenu Class or to perform additional initialization.
Requirements
Header: afxtoolbarmenubutton.h