InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Win.Touch Namespace / TouchProcessor Class / GuessFromTouch Method / GuessFromTouch(Int64) Method

In This Topic
    GuessFromTouch(Int64) Method
    In This Topic
    Tries to guess whether the scroll event being processed came from the touch device rather than from the mouse or pen.
    Syntax
    'Declaration
     
    Public Overloads Function GuessFromTouch( _
       Optional ByVal timestamp As Long _
    ) As Boolean
    public bool GuessFromTouch( 
       long timestamp
    )

    Parameters

    timestamp
    See Also