1 write to checkedListBox2
WinFormsControlsTest (1)
MultipleControls.Designer.cs (1)
55
this.
checkedListBox2
= new System.Windows.Forms.CheckedListBox();
10 references to checkedListBox2
WinFormsControlsTest (10)
MultipleControls.Designer.cs (10)
281
this.
checkedListBox2
.BackColor = System.Drawing.SystemColors.Window;
282
this.
checkedListBox2
.FormattingEnabled = true;
283
this.
checkedListBox2
.Items.AddRange(new object[] {
290
this.
checkedListBox2
.Location = new System.Drawing.Point(525, 49);
291
this.
checkedListBox2
.Name = "checkedListBox2";
292
this.
checkedListBox2
.Size = new System.Drawing.Size(140, 58);
293
this.
checkedListBox2
.TabIndex = 13;
294
this.
checkedListBox2
.SetItemCheckState(0, CheckState.Checked);
295
this.
checkedListBox2
.SetItemCheckState(1, CheckState.Indeterminate);
302
this.Controls.Add(this.
checkedListBox2
);