WndProc Method

Summary

This member overrides Control.WndProc.

Syntax

C#
C++/CLI
C++
protected override void WndProc( 
   ref Message m 
) 
protected: 
void WndProc(  
   Message% m 
) override  
protected:  
   virtual void WndProc( 
      Message^ %m 
   ) override 

Parameters

m
The Windows System.Windows.Forms.Message to process.

Remarks

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.

Requirements

Target Platforms

See Also

Reference

RasterImageList Class

RasterImageList Members

Help Version 22.0.2023.2.9
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.