C#
C# 点击鼠标右键事件
运用button的MouseDown事件,来判断是点了鼠标左键或右键,例子如下:privatevoidbutton1_MouseDown(objectsender,MouseEventArgse) {