CMFCKeyMapDialog::DoModal
Displays a keyboard mapping dialog box.
virtual INT_PTR DoModal();
Return Value
A signed integer, such as IDOK or IDCANCEL, that is passed to the CDialog::EndDialog method. The method, in turn, closes the dialog box. For more information, see CDialog::DoModal.
Remarks
The keyboard mapping dialog box enables you to select and assign accelerator keys to various categories of commands. In addition, you can copy the selected accelerator keys and their description to the clipboard.
Requirements
Header: afxkeymapdialog.h