IMessageFilter Interface
Methods | This Package | All Packages
Defines a message filter interface.
package com.ms.wfc.app
public interface IMessageFilter
Remarks
A class that implements the IMessageFilter interface can be added to the application's message pump to filter out a message or perform other operations before or after the message is dispatched to a form or control. To add the message filter to an application's message pump, use the addMessageFilter method in the Application class.