1 write to listBox4
WinFormsControlsTest (1)
ListBoxes.Designer.cs (1)
50this.listBox4 = new System.Windows.Forms.ListBox();
10 references to listBox4
WinFormsControlsTest (10)
ListBoxes.Designer.cs (10)
184this.listBox4.Location = new System.Drawing.Point(360, 240); 185this.listBox4.Name = "listBox4"; 186this.listBox4.Size = new System.Drawing.Size(200, 150); 187this.listBox4.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable; 188this.listBox4.DrawItem += ListBox_DrawItem; 189this.listBox4.MeasureItem += ListBox_MeasureItem; 190this.listBox4.Click += this.Control_Click; 204this.addButton4.Tag = new object[] { listBox4, textBox4 }; 213this.deleteButton4.Tag = listBox4; 245this.Controls.Add(this.listBox4);