Method ProcessCmdKey
- Namespace
- VectorDraw.Professional.vdCommandLine
- Assembly
- vdCommandLine.dll
ProcessCmdKey(ref Message, Keys)
Processes a command key.
protected override bool ProcessCmdKey(ref Message msg, Keys keyData)
Parameters
msgMessageA System.Windows.Forms.Message, passed by reference, that represents the window message to process.
keyDataKeysOne of the System.Windows.Forms.Keys values that represents the key to process.
Returns
- bool
true if the character was processed by the control; otherwise, false.