SECEditController::ExtendContextMenu
BOOLSECEditController::ExtendContextMenu(CMenu&top, CMenu&popup)
Called by OE to build the default context menu.
Defined in: SECEditController.cpp
Return Value
TRUE to have OE show the menu, FALSE to not show the menu.
Parameters
top
A top level menu
popup
The menu that will be displayed
Developer Notes
The top menu is passed so this routine can load a menu from a resource, and then get a submenu and attach it to popup.See Also