SECShortcutDlg Class
class SECShortcutDlg: public CDialog
The SECShortcutDlg is a dialog class that provides a front end for entering application macros. It presents a standard dialog for accelerator key entry to the application.
Defined in: SCutDlg.h
Comments
See the SHORTCUT sample in the \SAMPLES\TOOLKIT\STANDARD\UIEXT\SHORTCUT directory for a demonstration of this class.
See Also
SECShortcutTable SECCommandList
Class Members
Public Members
SECShortcutDlg(SECCommandList& commandList, SECShortcutTable& shortcuts, CWnd* pParent = NULL)
The standard constructor creates an SECShortcutDlg instance.
SECCommandList& m_Commands
The SECCommandList object associated with the shortcut dialog. Initiated in the constructor.
SECShortcutTable& m_Shortcuts
The SECShortcutTable object associated with the shortcut dialog. Initiated in the constructor.