I'm using a ContextMenuStrip for a button on my form and want to be able to get the index of an item in the menu when it is clicked. I've added a handler for the itemClicked event which will give me a reference to the menu and the clicked item, but I can't find a way to get the items index from this.
Thanks