Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / ControlBase Class / WndProc Method


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

    Parameters

    m
    See Also