Hi,
If you want to add a new ToolstripMenuItem to the Menustrip or other class derived from Menustrip dropdownitems in designer, you can add ToolStripItemDesignerAvailability to your class.
[ToolStripItemDesignerAvailability(ToolStripItemDesignerAvailability.MenuStrip)]
public class cToolStripMenuItem : ToolStripMenuItem
{
}
ToolStripItemDesignerAvailability Enumeration: http://msdn.microsoft.com/en-us/library/ms161735(VS.85).aspx
Best regards,
Ling Wang
Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.