1 write to listBox3
WinFormsControlsTest (1)
ListBoxes.Designer.cs (1)
45this.listBox3 = new System.Windows.Forms.ListBox();
9 references to listBox3
WinFormsControlsTest (9)
ListBoxes.Designer.cs (9)
143this.listBox3.Location = new System.Drawing.Point(360, 40); 144this.listBox3.Name = "listBox3"; 145this.listBox3.Size = new System.Drawing.Size(200, 150); 146this.listBox3.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; 147this.listBox3.DrawItem += ListBox_DrawItem; 148this.listBox3.Click += this.Control_Click; 162this.addButton3.Tag = new object[] { listBox3, textBox3 }; 171this.deleteButton3.Tag = listBox3; 240this.Controls.Add(this.listBox3);