1 write to ToolStripMenuItemDelete
DesignSurface (1)
MainForm.Designer.cs (1)
49this.ToolStripMenuItemDelete = new System.Windows.Forms.ToolStripMenuItem();
6 references to ToolStripMenuItemDelete
DesignSurface (6)
MainForm.Designer.cs (6)
181this.ToolStripMenuItemDelete, 241this.ToolStripMenuItemDelete.Name = "ToolStripMenuItemDelete"; 242this.ToolStripMenuItemDelete.ShortcutKeys = System.Windows.Forms.Keys.Delete; 243this.ToolStripMenuItemDelete.Size = new System.Drawing.Size(165, 24); 244this.ToolStripMenuItemDelete.Text = "Delete"; 245this.ToolStripMenuItemDelete.Click += this.OnMenuClick;