In The Hand LtdIn The Hand
PreFilterMessage Method (m)
NamespacesInTheHand.Windows.FormsIMessageFilterPreFilterMessage(Message%)
.NET Components for Mobility
Filters out a message before it is dispatched.
Declaration Syntax
C#Visual Basic
bool PreFilterMessage(
	ref Message m
)
Function PreFilterMessage ( _
	ByRef m As Message _
) As Boolean
Parameters
m (Message%)
The message to be dispatched. You cannot modify this message.
Return Value
true to filter the message and stop it from being dispatched; false to allow the message to continue to the next filter or control.

Assembly: InTheHand.Windows.Forms (Module: InTheHand.Windows.Forms) Version: 7.0.0.0