PostProcess Method
PostProcess(ref Message)
Process the message after other processors.
Declaration
void PostProcess(ref Message m)
Sub PostProcess(ByRef m As Message)
Parameters
| Type |
Name |
Description |
| Message |
m |
A Message indicates the window message.
|