ComponentOne CalendarView for WinForms
C1.Framework.Forms Namespace / SubclassNativeWindow Class / WndProc Method
A System.Windows.Forms.Message. that is associated with the current Windows message.

In This Topic
    WndProc Method (SubclassNativeWindow)
    In This Topic
    Invokes the window procedure associated with this window.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub WndProc( _
       ByRef m As Message _
    ) 
    protected virtual void WndProc( 
       ref Message m
    )

    Parameters

    m
    A System.Windows.Forms.Message. that is associated with the current Windows message.
    See Also