ComponentOne MultiSelect for WinForms
C1.Win.Input.GrapeCity.Framework.Input Namespace / IMessageProcessor Interface / PreProcess Method
A System.Windows.Forms.Message indicates the window message.

In This Topic
    PreProcess Method
    In This Topic
    Process the message before other processors.
    Syntax
    'Declaration
     
    
    Function PreProcess( _
       ByRef m As Message _
    ) As Boolean
    bool PreProcess( 
       ref Message m
    )

    Parameters

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

    Return Value

    A bool value indicates whether the message will be processed by other processors. true the message will not be process any. false otherwise.
    See Also