Invokes the default window procedure associated with this window.
| C# | Visual Basic |
protected virtual void WndProc( ref Message m )
Protected Overridable Sub WndProc ( _ ByRef m As Message _ )
- m (Message%)
- A Message that is associated with the current Windows message.