In The Hand LtdIn The Hand
RemoveMessageFilter Method (value)
NamespacesInTheHand.Windows.FormsApplicationHelperRemoveMessageFilter(IMessageFilter)
.NET Components for Mobility
Removes a message filter from the message pump of the application.
Declaration Syntax
C#Visual Basic
public static void RemoveMessageFilter(
	IMessageFilter value
)
Public Shared Sub RemoveMessageFilter ( _
	value As IMessageFilter _
)
Parameters
value (IMessageFilter)
The implementation of the IMessageFilter to remove from the application.
Remarks
You can remove a message filter when you no longer want to capture Windows messages before they are dispatched.

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