Spread Windows Forms 12.0 Product Documentation
WndProc Method (ElementContainerControl)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Framework.Spread.InputMan.CellType.Views.Windows Namespace > ElementContainerControl Class : WndProc Method
The Windows System.Windows.Forms.Message to process.
Processes Windows messages.
Syntax
'Declaration
 
Protected Overrides Sub WndProc( _
   ByRef m As Message _
) 
'Usage
 
Dim instance As ElementContainerControl
Dim m As Message
 
instance.WndProc(m)
protected override void WndProc( 
   ref Message m
)

Parameters

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

Reference

ElementContainerControl Class
ElementContainerControl Members