1 write to listBox2
WinFormsControlsTest (1)
ListBoxes.Designer.cs (1)
40
this.
listBox2
= new System.Windows.Forms.CheckedListBox();
7 references to listBox2
WinFormsControlsTest (7)
ListBoxes.Designer.cs (7)
105
this.
listBox2
.Location = new System.Drawing.Point(20, 240);
106
this.
listBox2
.Name = "listBox2";
107
this.
listBox2
.Size = new System.Drawing.Size(200, 150);
108
this.
listBox2
.Click += this.Control_Click;
122
this.addButton2.Tag = new object[] {
listBox2
, textBox2 };
131
this.deleteButton2.Tag =
listBox2
;
235
this.Controls.Add(this.
listBox2
);