How to enumerate a ToolStripMenuItems's events
Windows Forms
1
Posts
1
Posters
5
Views
1
Watching
-
Hi, In a Windows Form I created a set of ToolStripMenuItems. I am looking for a method to list, for a specific ToolStripMenuItem, the Click EventHandlers (if any) so as to add them to another control. I found System.Reflection.EventInfo class which seems to achieve this kind of enumeration but I did not found how to make it work. PS : I'm using VS2K5 and FW 2.0. Thanx in advance