LEADTOOLS Windows Forms (Leadtools.WinForms assembly)
LEAD Technologies, Inc

WndProc Method (RasterThumbnailBrowser)






The Windows System.Windows.Forms.Message to process.
This member overrides Control.WndProc.
Syntax
protected virtual void WndProc( 
   ref Message m
)
'Declaration
 
Protected Overridable Sub WndProc( _
   ByRef m As Message _
) 
'Usage
 
Dim instance As RasterThumbnailBrowser
Dim m As Message
 
instance.WndProc(m)
protected virtual void WndProc( 
   ref Message m
)
 function Leadtools.WinForms.RasterThumbnailBrowser.WndProc( 
   m 
)
protected:
virtual void WndProc( 
   Message% m
) 

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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterThumbnailBrowser Class
RasterThumbnailBrowser Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.