1 write to checkedCheckOnClickToolStripMenuItem
WinFormsControlsTest (1)
MenuStripAndCheckedListBox.Designer.cs (1)
56
this.
checkedCheckOnClickToolStripMenuItem
= new System.Windows.Forms.ToolStripMenuItem();
8 references to checkedCheckOnClickToolStripMenuItem
WinFormsControlsTest (8)
MenuStripAndCheckedListBox.Designer.cs (8)
213
this.
checkedCheckOnClickToolStripMenuItem
,
244
this.
checkedCheckOnClickToolStripMenuItem
.Checked = true;
245
this.
checkedCheckOnClickToolStripMenuItem
.CheckOnClick = true;
246
this.
checkedCheckOnClickToolStripMenuItem
.CheckState = System.Windows.Forms.CheckState.Checked;
247
this.
checkedCheckOnClickToolStripMenuItem
.Name = "checkedCheckOnClickToolStripMenuItem";
248
this.
checkedCheckOnClickToolStripMenuItem
.Size = new System.Drawing.Size(401, 44);
249
this.
checkedCheckOnClickToolStripMenuItem
.Text = "Checked CheckOnClick(T)";
250
this.
checkedCheckOnClickToolStripMenuItem
.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;