G
Guest
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.
Thank you in advance
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.
Thank you in advance