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 As Long _
) As Boolean
public bool GuessFromTouch(
long
)
Parameters
- timestamp
See Also