1 write to indeterminateCheckOnClickToolStripMenuItem
WinFormsControlsTest (1)
MenuStripAndCheckedListBox.Designer.cs (1)
58
this.
indeterminateCheckOnClickToolStripMenuItem
= new System.Windows.Forms.ToolStripMenuItem();
8 references to indeterminateCheckOnClickToolStripMenuItem
WinFormsControlsTest (8)
MenuStripAndCheckedListBox.Designer.cs (8)
215
this.
indeterminateCheckOnClickToolStripMenuItem
});
263
this.
indeterminateCheckOnClickToolStripMenuItem
.Checked = true;
264
this.
indeterminateCheckOnClickToolStripMenuItem
.CheckOnClick = true;
265
this.
indeterminateCheckOnClickToolStripMenuItem
.CheckState = System.Windows.Forms.CheckState.Indeterminate;
266
this.
indeterminateCheckOnClickToolStripMenuItem
.Name = "indeterminateCheckOnClickToolStripMenuItem";
267
this.
indeterminateCheckOnClickToolStripMenuItem
.Size = new System.Drawing.Size(401, 44);
268
this.
indeterminateCheckOnClickToolStripMenuItem
.Text = "Indeterminate CheckOnClick(T)";
269
this.
indeterminateCheckOnClickToolStripMenuItem
.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;