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?
EDIT: I'm talking about desktop application programming, not ASP.NET.