Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Executes a button command if the specified key code corresponds to a valid keyboard shortcut.
virtual BOOL TranslateChar(
UINT nChar
);
Parameters
- [in] nChar
Specifies a virtual key code. For a list of standard virtual key codes, see Winuser.h
Return Value
FALSE if the specified key code is either unprintable or does not correspond to a valid keyboard shortcut; TRUE if the specified key code corresponds to a drop-down menu option; otherwise, the return value from CMFCToolBar::ProcessCommand.
Remarks
The framework calls this method when a key is pressed together with the Alt key.
Requirements
Header: afxtoolbar.h