SECEditController::UpdateContextMenu
voidSECEditController::UpdateContextMenu(CMenu&popup)
Calls the UI update handlers for each item on the menu
Defined in: SECEditController.cpp
Return Value
void
Parameters
popup
The menu containing the items to be updated
Developer Notes
This routine will not update any submenus of popup, only the items on the main popup menu. Override to do custom handling. If this menu is in a view and you want to have submenus in your context menu, you can handle the WM_CONTEXT_MENU message. Call the base class, but pass in a pointer to the main window rather than the CWnd* you are passed.See Also