DoModal
CMFCKeyMapDialog::DoModal
Displays a keyboard mapping dialog box顯示鍵盤映射對(duì)話框
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.
一個(gè)帶符號(hào)整數(shù),如IDOK或IDC撤,傳遞給cCalule::EndiCudio方法。該方法依次關(guān)閉對(duì)話框。有關(guān)更多信息,請(qǐng)參見c對(duì)話框::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.
鍵盤映射對(duì)話框使您可以選擇和指派加速鍵到各種類型的命令。此外,您可以將選定的快捷鍵及其描述復(fù)制到剪貼板。
Requirements
Header:
afxkeymapdialog.h
See AlsoReferenceCMFCKeyMapDialog ClassHierarchy Chart
總結(jié)
- 上一篇: STM32——按键
- 下一篇: linux vi 命令详解