[]
Process the message before other processors.
bool PreProcess(ref Message m)
| Type | Name | Description |
|---|---|---|
| Message | m | A Message indicates the window message. |
| Type | Description |
|---|---|
| bool | A bool value indicates whether the message will be processed by other processors. true the message will not be process any. false otherwise. |