Reply to thread

Just assign all of the events to one method. Cast the sender (an Object) to a ToolStripMenuItem, and use the name or some unique property to validate what one was clicked. Otherwise, use something a bit more appropriate like a ComboBox in the ToolStrip. :)


Back
Top