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

In This Topic
    DefWndProc Method (SubclassNativeWindow)
    In This Topic
    Invokes the default window procedure associated with this window.
    Syntax
    'Declaration
     
    
    Public Sub DefWndProc( _
       ByRef m As Message _
    ) 
    public void DefWndProc( 
       ref Message m
    )

    Parameters

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