Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / EditBase Class / WndProc Method
The Windows System.Windows.Forms.Message to process.


In This Topic
    WndProc Method (EditBase)
    In This Topic
    Processes Windows messages.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub WndProc( _
       ByRef m As Message _
    ) 
    'Usage
     
    
    Dim instance As EditBase
    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