Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win.Touch Namespace / ITouchEventsProcessor Interface / PreProcessWndProc Method


In This Topic
    PreProcessWndProc Method
    In This Topic
    Syntax
    'Declaration
     
    
    Function PreProcessWndProc( _
       ByRef m As Message _
    ) As Boolean
    'Usage
     
    
    Dim instance As ITouchEventsProcessor
    Dim m As Message
    Dim value As Boolean
     
    value = instance.PreProcessWndProc(m)
    bool PreProcessWndProc( 
       ref Message m
    )

    Parameters

    m
    See Also