InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Win.Touch Namespace / TouchProcessor Class / HandleMessage Method
The Message to process.

In This Topic
    HandleMessage Method (TouchProcessor)
    In This Topic
    Processes touch-related Windows messages.
    Syntax
    'Declaration
     
    Public Function HandleMessage( _
       ByRef m As Message _
    ) As Boolean
    public bool HandleMessage( 
       ref Message m
    )

    Parameters

    m
    The Message to process.

    Return Value

    Returns true if the message is handled and the owner control's WndProc() shouldn't call base.WndProc().
    Remarks
    It must be executed from the owner control's WndProc() method.
    See Also