SECShortcutDlg::SECShortcutDlg
SECShortcutDlg::SECShortcutDlg(SECCommandList&commands, SECShortcutTable&shortcuts, CWnd* pParent :CDialog)
Constructs an instance of SECShortcutDlg which will present a standard dialog for accelerator key entry to the application.
Defined in: SCutDlg.cpp
Return Value
void
Parameters
commands
SECCommandList object containing the list of commands that can be assigned to macros.
shortcuts
SECShorcutTable object containing key bindings in the form of an array of ACCELs.
CDialog
Pointer to the parent of the dialog. Default is NULL.
See Also