I'd like to create a new custom ToolStripItem derived item. To do this is simple. I need to use this new custom ToolStrimItem on a ContextMenuStrip on Windows Forms designer.
How can I instruct the designer that it must create CustomToolStripItem instead of ToolStripItem?
Felice.