Context Menu Customization
BCGControlBar Pro (MFC)
BCGSuite (MFC)
BCGControlBar for .NET
User can customize the content of context menus using the context menu manager.
Context menu customization:
Sample code:
BOOL CMyApp::InitInstance()
{
...
InitContextMenuManager();
...
}