I have a ToolStrip with a ToolStripDropDownButton to which I am adding ToolStripMenuItems in run time in my code. I need to have a default ContextMenuStrip and assign it to each menu item so when the user right clicks a menu item he will get that context menu strip. Is it possible ?
I appreciate your help.
I found a good solution at: enter link description here
To save you the reading I also add the solutuin here:
Have fun (-: