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

In This Topic
    PreProcessMessage Method (WindowWrapper)
    In This Topic
    Dispatch the message to the processsor.
    Syntax
    'Declaration
     
    
    Protected Overridable Function PreProcessMessage( _
       ByRef m As Message _
    ) As Boolean
    protected virtual bool PreProcessMessage( 
       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