Method ProcessCmdKey
- Namespace
- Alternet.FormDesigner.WinForms.Toolbox
- Assembly
- Alternet.FormDesigner.v10.dll
ProcessCmdKey(ref Message, Keys)
Processes a command key.
protected override bool ProcessCmdKey(ref Message m, Keys keyData)
Parameters
mMessageA Message, passed by reference that represents the window message to process.
keyDataKeysOne of the Keys values that represents the shortcut key to process.
Returns
- bool
true if the command key was processed by the control; otherwise, false.