是这样的,我重新给c1editor赋了一个右键菜单Context3,但是插入表格后,无法删除,现在我就想动态的将c1 editor的右键菜单还原回去,但是不知道该如何赋值,
我在context3有个子菜单【显示原有的菜单】
private void 显示原有的菜单ToolStripMenuItem_Click(object sender, EventArgs e)
{
C1.Win.C1Editor.C1Editor c1editor = (C1.Win.C1Editor.C1Editor)this.ActiveControl;
c1editor.ContextMenu = C1Editor
}
不知道该如何写,求教 |
|