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
-
bShowAll | If TRUE, all accelerators will be displayed. If FALSE, only the first accelerator will be displayed. |
lpszDelimiter | Specifies a delimiter to be inserted between accelerator strings. |