ElementHost::ProcessCmdKey Method (Message%, Keys)
.NET Framework (current version)
Processes a command key, ensuring that the hosted element has an opportunity to handle the command before normal Windows Forms processing.
Assembly: WindowsFormsIntegration (in WindowsFormsIntegration.dll)
Parameters
- msg
-
Type:
System.Windows.Forms::Message%
A Message, passed by reference, that represents the window message to process.
- keyData
-
Type:
System.Windows.Forms::Keys
One of the Keys values representing the key to process.
Return Value
Type: System::Booleantrue if the character is a Windows Presentation Foundation (WPF) shortcut key; otherwise, false.
If a key message is not handled by the hosted WPF element, it is forwarded up the Windows Forms class hierarchy for processing.
SecurityAction::LinkDemand
for full trust for the immediate caller. This member cannot be used by partially trusted code.
.NET Framework
Available since 3.0
Available since 3.0
Show: