为什么“System.Windows.Forms.MouseEventArgs.Clicks”总是返回0?

时间:2014-05-09 17:21:03

标签: .net winforms

我为NotifyIcon提供了以下事件处理程序,并且e.Clicks在事件触发时始终返回0。为什么?我在俯瞰什么?

Private Sub NotifyIcon1_MouseClick(sender As System.Object, e As System.Windows.Forms.MouseEventArgs) Handles NotifyIcon1.MouseClick
    Debug.Print(e.Clicks) 'prints 0
End Sub

0 个答案:

没有答案