I have a ContextMenuStrip that I attach to multiple controls. It has elements {Add, Remove, Edit}. When a user right-clicks on one of my list controls (which appears in this context menu) and selects Add, how can I get the list control from the ToolStripMenuItem link that is passed to?
private void OnAddEntry(object sender, EventArgs e) {
Markp source share