1 write to uncheckedCheckOnClickToolStripMenuItem
WinFormsControlsTest (1)
ToolStripTests.Designer.cs (1)
63
this.
uncheckedCheckOnClickToolStripMenuItem
= new System.Windows.Forms.ToolStripMenuItem();
5 references to uncheckedCheckOnClickToolStripMenuItem
WinFormsControlsTest (5)
ToolStripTests.Designer.cs (5)
230
this.toolStrip3_MenuItem2.DropDownItems.AddRange(new ToolStripItem[] {
uncheckedCheckOnClickToolStripMenuItem
, checkCheckOnClickToolStripMenuItem, checkedCheckOnClickFToolStripMenuItem, indeterminateToolStripMenuItem, indeterminateCheckOnClickFToolStripMenuItem });
238
this.
uncheckedCheckOnClickToolStripMenuItem
.CheckOnClick = true;
239
this.
uncheckedCheckOnClickToolStripMenuItem
.Name = "uncheckedCheckOnClickToolStripMenuItem";
240
this.
uncheckedCheckOnClickToolStripMenuItem
.Size = new System.Drawing.Size(481, 44);
241
this.
uncheckedCheckOnClickToolStripMenuItem
.Text = "Unchecked_CheckOnClick(T)";