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