Handling right-click within a MenuItem
Posted
by tylerl
on Stack Overflow
See other posts from Stack Overflow
or by tylerl
Published on 2010-05-10T21:55:06Z
Indexed on
2010/05/10
22:04 UTC
Read the original article
Hit count: 232
Is it possible to check for a right-click on a menu item in .NET?
It appears that the framework doesn't expose it as an Event, but I've seen other applications (like Chrome and Firefox) which allow you to bring up a right-click context menu for a menu item. Presumably with a little event-loop magic you can do the same thing in .NET, right?
© Stack Overflow or respective owner