Method ProcessCmdKey
ProcessCmdKey(ref Message, Keys)
Processes a command key.
protected override bool ProcessCmdKey(ref Message msg, Keys keyData)
Parameters
msg
MessageA Message, passed by reference, that represents the window message to process.
keyData
KeysOne of the Keys values that represents the key to process.
Returns
- bool
true if the character was processed by the control; otherwise, false.