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

In This Topic
    PostProcess Method
    In This Topic
    Process the message after other processors.
    Syntax
    'Declaration
     
    
    Sub PostProcess( _
       ByRef m As Message _
    ) 
    void PostProcess( 
       ref Message m
    )

    Parameters

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