- m
- The Windows System.Windows.Forms.Message to process.
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As RasterImageList Dim m As Message instance.WndProc(m) |
Parameters
- 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.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7