Tries to guess whether the mouse event being processed came from the touch device rather than from the mouse or pen.
シンタックス
'宣言
Public Overloads Function GuessFromTouch( _
ByVal As Point, _
Optional ByVal As Long _
) As Boolean
public bool GuessFromTouch(
Point ,
long
)
パラメータ
- p
- The Point in client coordinates passed as Location to the mouse event.
- timestamp
- The optional timestamp of the check.
参照