NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IMessageFilter Interface

Defines a message filter interface. This interface allows an application to hook a message before is dispatched to a control or form.

IMessageFilter

[Visual Basic]
Public Interface IMessageFilter
[C#]
public interface IMessageFilter
[C++]
public __gc __interface IMessageFilter

[JScript] In JScript, you can use the interfaces in the NGWS frameworks, but you cannot define your own.

Classes that Implement IMessageFilter

Class Description
Splitter Provides user resizing of docked elements at run time. To use a Splitter you can dock any control to an edge of a container, and then dock the splitter to the same edge. The splitter will then resize the control that is previous in the docking order.

Remarks

[To be supplied.]

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

IMessageFilter Members | System.WinForms Namespace