Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Constructs a CMFCKeyMapDialog object.
CMFCKeyMapDialog(
CFrameWnd* pWndParentFrame,
BOOL bEnablePrint=FALSE
);
Parameters
[in] pWndParentFrame
A pointer to the parent window of the CMFCKeyMapDialog object.[in] bEnablePrint
TRUE if the list of accelerator keys can be printed; otherwise, FALSE. The default is FALSE.
Example
The following example demonstrates how to construct an object of the CMFCKeyMapDialog class. This example is part of the VisualStudioDemo Sample: MFC Visual Studio Application.
// this points to a CMainFrame class which extends the
// CMDIFrameWndEx class
CMFCKeyMapDialog dlg(this, TRUE /* Enable Print */);
Requirements
Header: afxkeymapdialog.h