In The Hand LtdIn The Hand
AddMessageFilter Method (value)
NamespacesInTheHand.Windows.FormsApplicationHelperAddMessageFilter(IMessageFilter)
.NET Components for Mobility
Adds a message filter to monitor Windows messages as they are routed to their destinations.
Declaration Syntax
C#Visual Basic
public static void AddMessageFilter(
	IMessageFilter value
)
Public Shared Sub AddMessageFilter ( _
	value As IMessageFilter _
)
Parameters
value (IMessageFilter)
The implementation of the IMessageFilter interface you want to install.
Remarks
Use a message filter to prevent specific events from being raised or to perform special operations for an event before it is passed to an event handler. Message filters are unique to a specific thread.

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