WndProc Method (C1Button)
In This Topic
Processes Windows messages.
Syntax
'Declaration
Protected Overridable Sub WndProc( _
ByRef As Message _
)
protected virtual void WndProc(
ref Message
)
Parameters
- m
- The Windows System.Windows.Forms.Message to process.
See Also