i want to insert a line in a menu context. how can i do this? in VB it was the .BeginGroup attribute.
a cut from my code how i insert the menuitem :
Thx in advance
a cut from my code how i insert the menuitem :
C#:
contextMenutreeview.MenuItems.Add("Alle Unterbilder selektieren",
new System.EventHandler(this.SelectAllChildren));
Thx in advance