Defines a message filter interface.
| C# | Visual Basic |
public interface IMessageFilter
Public Interface IMessageFilter
| All Members | Methods | ||||
| Icon | Member | Description |
|---|---|---|
| PreFilterMessage(Message%) |
Filters out a message before it is dispatched.
|
This interface allows an application to capture a message before it is dispatched to a control or form.