This member overrides Control.WndProc.
protected virtual void WndProc(
ref Message m
)
Protected Overridable Sub WndProc( _
ByRef m As Message _
)
protected:
virtual void WndProc(
Message% m
)
m
The Windows System.Windows.Forms.Message to process.
The WndProc method corresponds exactly to the Windows WindowProc function. For more information about processing Windows messages, see the WindowProc function documentation in the Windows Platform SDK reference located in the MSDN library at http://msdn.microsoft.com/library.
Notes to Inheritors Inheriting controls should call the base class's WndProc method to process any messages that they do not handle.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET