Method ProcessKeyMsg
ProcessKeyMsg(ref Message)
Processes a keyboard message.
public virtual 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.