G
Guest
Hi
I am looking for some help in adding events to dynamic contextmenu.I want to rise the click event for each of the menu ite
that I am creating.
Below is my code for adding dynamic context menu
System.Windows.Forms.MenuItem MnuItem
MnuItem= new System.Windows.Forms.MenuItem()
MnuItem.Text = comboBox1.Text;
cmFavorites.MenuItems.Add(cmFavorites.MenuItems.Count,MnuItem)
can someone help me with the sample lines of code ,how to add the events for the dynamic menu
Thanks for your help in advanc
Priya
I am looking for some help in adding events to dynamic contextmenu.I want to rise the click event for each of the menu ite
that I am creating.
Below is my code for adding dynamic context menu
System.Windows.Forms.MenuItem MnuItem
MnuItem= new System.Windows.Forms.MenuItem()
MnuItem.Text = comboBox1.Text;
cmFavorites.MenuItems.Add(cmFavorites.MenuItems.Count,MnuItem)
can someone help me with the sample lines of code ,how to add the events for the dynamic menu
Thanks for your help in advanc
Priya