Share via


Overview | Methods | This Package | All Packages

OverviewMethodsThis PackageAll Packages

Application.removeMessageFilter

Removes a message filter previously added through addMessageFilter.

Syntax

public static void removeMessageFilter( IMessageFilter value )

Parameters

value

An object that implements the IMessageFilter interface that you want to remove from the message pump.

Remarks

A message filter allows a program to monitor Windows messages as they are routed to their appropriate destinations. Message filters are unique to a specific thread. Use a message filter to prevent events from being triggered for a specified object or to perform special operations for an event before it is passed to an event handler.

See Also   addMessageFilter