PostProcess Method (IMessageProcessor)
In This Topic
Process the message after other processors.
Syntax
'Declaration
Sub PostProcess( _
ByRef As Message _
)
void PostProcess(
ref Message
)
Parameters
- m
- A System.Windows.Forms.Message indicates the window message.
See Also