Method PreProcessMessage
PreProcessMessage(ref Message)
Preprocesses input messages within the message loop before they are dispatched.
public override bool PreProcessMessage(ref Message msg)
Parameters
msg
MessageA Message, passed by reference, that represents the message to process.
Returns
- bool
True if the message was processed by the SyntaxEdit control; otherwise false.