PreProcessMessage Method (WindowWrapper)
In This Topic
Dispatch the message to the processsor.
Syntax
'Declaration
Protected Overridable Function PreProcessMessage( _
ByRef As Message _
) As Boolean
protected virtual bool PreProcessMessage(
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