Method ProcessKeyMsg
ProcessKeyMsg(ref Message)
When implemented by a class, processes a keyboard message.
bool ProcessKeyMsg(ref Message msg)
Parameters
msg
MessageA Message, passed by reference, that represents the window message to process.
Returns
- bool
True if the message was processed by the control; otherwise, false.