PostProcessMessage Method
In This Topic
Dispatch the message to the processsor.
Syntax
'Declaration
Protected Overridable Sub PostProcessMessage( _
ByRef As Message _
)
protected virtual void PostProcessMessage(
ref Message
)
Parameters
- m
- A System.Windows.Forms.Message indicates the window message.
Return Value
Return a bool indicate whether this message should be blocked.
See Also