1 write to uncheckedToolStripMenuItem
WinFormsControlsTest (1)
MenuStripAndCheckedListBox.Designer.cs (1)
53this.uncheckedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
5 references to uncheckedToolStripMenuItem
WinFormsControlsTest (5)
MenuStripAndCheckedListBox.Designer.cs (5)
210this.uncheckedToolStripMenuItem, 219this.uncheckedToolStripMenuItem.Name = "uncheckedToolStripMenuItem"; 220this.uncheckedToolStripMenuItem.Size = new System.Drawing.Size(401, 44); 221this.uncheckedToolStripMenuItem.Text = "Unchecked CheckOnClick(F)"; 222this.uncheckedToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;