Context Menu Customization

Fully implemented BCGControlBar Pro (MFC)

Not available BCGSuite (MFC)

Not available BCGControlBar for .NET

User can customize the content of context menus using the context menu manager.

Context menu customization:

Context menu customization:

Sample code:

BOOL CMyApp::InitInstance()
{
        ...
        InitContextMenuManager();
        ...
}