I have a contextmenustrip.
I want to create many groups items in that contextmenu.
I mean Line which separate each groups.
I can do that in Dotnetbar. but with contextmenu in win form I cant.:down:
Printable View
I have a contextmenustrip.
I want to create many groups items in that contextmenu.
I mean Line which separate each groups.
I can do that in Dotnetbar. but with contextmenu in win form I cant.:down:
How do you mean you cannot create groups in a ContextMenuStrip¿ :confused:
After you have added the component to the form, it shows you Type Here with a little drop down arrow next to it. If you click on the drop down arrow it will give you this list :
Menu Item
ComboBox
Separator
TextBox
Select Separator from this list and voila!
Hic, thansk
May be i do work many with dotnetbar so i forgot that.
Thanks again .