Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcTextBoxEditingControl Class / WndProc Method


In This Topic
    WndProc Method (GcTextBoxEditingControl)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overrides Sub WndProc( _
       ByRef m As Message _
    ) 
    'Usage
     
    
    Dim instance As GcTextBoxEditingControl
    Dim m As Message
     
    instance.WndProc(m)
    protected override void WndProc( 
       ref Message m
    )

    Parameters

    m
    See Also