There is same problem related with icon. I am satisfy with your answer that seticon property to false. But my form is child of MDI form, then this problem is remain same that ic
As described here you can make such item invisible:
private void MenuStrip_ItemAdded(object sender, ToolStripItemEventArgs e) { if (e.Item.Text == "") { e.Item.Visible = false; } }