S
Stever1975
I know how to add menuitems: contextMenu1.MenuItems.Add(menuItem1)
But how do you put an event handler at the level of contextmenu that
which tells you which item has been clicked.
The reason I want to this is a want to link all the menuitems to the
same function, and that function is going to take menuitem.text as a
parameter.
thanks
Steve
But how do you put an event handler at the level of contextmenu that
which tells you which item has been clicked.
The reason I want to this is a want to link all the menuitems to the
same function, and that function is going to take menuitem.text as a
parameter.
thanks
Steve