How to code an event for right mouse click?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello! Can anyone tell me how to trigger an event on a right mouse click??
I guess the first part is on click but where do I go from there ??
Thanks very much.
Mark
 
MarkSiegel said:
Hello! Can anyone tell me how to trigger an event on a right mouse click??
I guess the first part is on click but where do I go from there ??


The MouseUp (and MouseDown) events have arguments to tell
you that kind of thing.
 
Back
Top