C# button question - How to program a right mouse button click on button event

Started by
0 comments, last by xanin 19 years, 4 months ago
Anyone have a clue how to program in a button click event when you press the right mouse button instead of the left on a button? I have a book on C# but it doesn't really tell how to handle it, just shows that a right click is identified by the event arguments. Can anyone help me on this?
Advertisement
try:

here

or maybe

here

This topic is closed to new replies.

Advertisement