ComponentOne CalendarView for WinForms
C1.Win.C1Input.GrapeCity.Framework.Input Namespace / WindowWrapper Class / PostProcessMessage Method
A System.Windows.Forms.Message indicates the window message.

In This Topic
    PostProcessMessage Method
    In This Topic
    Dispatch the message to the processsor.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub PostProcessMessage( _
       ByRef m As Message _
    ) 
    protected virtual void PostProcessMessage( 
       ref Message m
    )

    Parameters

    m
    A System.Windows.Forms.Message indicates the window message.

    Return Value

    Return a bool indicate whether this message should be blocked.
    See Also