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 );
NativeWindow Class | NativeWindow Members | System.WinForms Namespace