Keyboard Customization

Fully implemented BCGControlBar Pro (MFC)

Not available BCGSuite (MFC)

Fully implemented BCGControlBar for .NET

Full keyboard customization enables the user to assign various keyboard shortcuts to the application commands with very little effort. Use the "Keyboard" customization page of the built-in customizing dialog.

Keyboard Customization

Sample code:

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