1 write to ToolStripMenuItemCut
DesignSurface (1)
MainForm.Designer.cs (1)
48
this.
ToolStripMenuItemCut
= new System.Windows.Forms.ToolStripMenuItem();
8 references to ToolStripMenuItemCut
DesignSurface (8)
MainForm.Designer.cs (8)
180
this.
ToolStripMenuItemCut
,
213
this.
ToolStripMenuItemCut
.Image = ((System.Drawing.Image)(resources.GetObject("ToolStripMenuItemCut.Image")));
214
this.
ToolStripMenuItemCut
.ImageTransparentColor = System.Drawing.Color.Magenta;
215
this.
ToolStripMenuItemCut
.Name = "ToolStripMenuItemCut";
216
this.
ToolStripMenuItemCut
.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X)));
217
this.
ToolStripMenuItemCut
.Size = new System.Drawing.Size(165, 24);
218
this.
ToolStripMenuItemCut
.Text = "Cut";
219
this.
ToolStripMenuItemCut
.Click += this.OnMenuClick;