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