WndProc Method (SubclassNativeWindow)
In This Topic
Invokes the window procedure associated with this window.
Syntax
'Declaration
Protected Overridable Sub WndProc( _
ByRef As Message _
)
protected virtual void WndProc(
ref Message
)
Parameters
- m
- A System.Windows.Forms.Message. that is associated with the current Windows message.
See Also