How do you get the control that was clicked to open a ContextMenuStrip?
I'm using a ContextMenuStrip for multiple controls and I'm trying to figure out the best way to get the control that was actually clicked on to open the Context Menu. The sender just gives the ToolStripMenuItem reference, which has an Owner property that references the ContextMenuStrip , but I cannot figure out how to tell which control the click came from. There must be a simple way to check this, right? I'm checking it in the ToolStripMenuItem 's click event. Friend WithEvents mnuWebCopy As System.Windows.Forms.ToolStripMenuItem ... Private Sub mnuWebCopy_Click(ByVal sender As Object, ByVal