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