In This Topic
Invokes the default window procedure associated with this window.
Syntax
'Declaration
Public Sub DefWndProc( _
ByRef As Message _
)
public void DefWndProc(
ref Message
)
Parameters
- m
- A System.Windows.Forms.Message. that is associated with the current Windows message.
See Also