1 write to listBox2
WinFormsControlsTest (1)
ListBoxes.Designer.cs (1)
40
this.
listBox2
= new System.Windows.Forms.CheckedListBox();
6 references to listBox2
WinFormsControlsTest (6)
ListBoxes.Designer.cs (6)
99
this.
listBox2
.Location = new System.Drawing.Point(20, 240);
100
this.
listBox2
.Name = "listBox2";
101
this.
listBox2
.Size = new System.Drawing.Size(200, 150);
114
this.addButton2.Tag = new object[] {
listBox2
, textBox2 };
122
this.deleteButton2.Tag =
listBox2
;
209
this.Controls.Add(this.
listBox2
);