Context Menu Customization

Fully implemented BCGControlBar Pro (MFC)

Not available BCGSuite (MFC)

Not available BCGControlBar for .NET

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

Context menu customization:

Context menu customization:

Sample code:

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