t)这个方法是不行的,用下面的这个方法增加你的子菜单
ToolStripItem item = new ToolStripMenuItem("b");
item.Click+=new EventHandler(item_Click);
this.contextMenuStrip1.Items.Add(item);
然后定义一个名为Item_Click的方法,如下
void item_Click(object sender, EventArgs e)
{
//你要做的操作
throw new NotImplementedException();
}
具体操作发放发至你的站内消息了,请注意查收!
又不明白的地方,我们可以相互讨教!
站内消息留了我的邮箱了!