Mouse button in ToolStripMenuItem
问题 I have a context menu with a few items. One of the items has a submenu (or whatever it's called) with a few items (depends on what files it finds). What I want to do is when I left click one of the sub-items I want one thing to happen, and when I right click I want another thing to happen. My problem is that when I use the filesToolStripMenuItem_DropDownItemClicked, I don't get any MouseEventArgs in the parameter, so I can't find out which mouse button was used to click the item. I tried