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!

NativeWindow.DefWndProc

Invokes the default window procedure associated with this Window. It is an error to call this method when the Handle property is zero.

[Visual Basic]
Public Sub DefWndProc( _
   ByRef m As Message _
)
[C#]
public void DefWndProc(
   ref Message m
);
[C++]
public: void DefWndProc(
   Message** m
);
[JScript]
public function DefWndProc(
   m : Message
);

Parameters

m
The message that is currently being processed.

See Also

NativeWindow Class | NativeWindow Members | System.WinForms Namespace