BCGControlBar Pro for MFC
static void CBCGPKeyboardManager::ShowAllAccelerators ( BOOL  bShowAll = TRUE,
LPCTSTR  lpszDelimiter = _T("; ") 
)
static

Enables or disables displaying of all accelerators defined for a command.

Use this static function to enable or disable an ability to display more than one accelerator for a command. If this option is disabled (bShowAll is FALSE), only the first accelerator is displayed. Otherwise, all accelerators will be displayed with lpszDelimiter string between them.

Parameters
bShowAllIf TRUE, all accelerators will be displayed. If FALSE, only the first accelerator will be displayed.
lpszDelimiterSpecifies a delimiter to be inserted between accelerator strings.