Invokes the default window procedure associated with this window.
It is an error to call this method when the Handle property is 0.
| C# | Visual Basic |
public void DefWndProc( ref Message m )
Public Sub DefWndProc ( _ ByRef m As Message _ )
- m (Message%)
- A Message that is associated with the current Windows message.