1 write to uncheckedCheckOnClickToolStripMenuItem
WinFormsControlsTest (1)
MenuStripAndCheckedListBox.Designer.cs (1)
54
this.
uncheckedCheckOnClickToolStripMenuItem
= new System.Windows.Forms.ToolStripMenuItem();
7 references to uncheckedCheckOnClickToolStripMenuItem
WinFormsControlsTest (7)
MenuStripAndCheckedListBox.Designer.cs (7)
211
this.
uncheckedCheckOnClickToolStripMenuItem
,
226
this.
uncheckedCheckOnClickToolStripMenuItem
.CheckOnClick = true;
227
this.
uncheckedCheckOnClickToolStripMenuItem
.Name = "uncheckedCheckOnClickToolStripMenuItem";
228
this.
uncheckedCheckOnClickToolStripMenuItem
.Size = new System.Drawing.Size(401, 44);
229
this.
uncheckedCheckOnClickToolStripMenuItem
.Text = "Unchecked CheckOnClick(T)";
230
this.
uncheckedCheckOnClickToolStripMenuItem
.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
231
this.
uncheckedCheckOnClickToolStripMenuItem
.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C)));