1 write to deleteButton4
WinFormsControlsTest (1)
ListBoxes.Designer.cs (1)
53this.deleteButton4 = new System.Windows.Forms.Button();
6 references to deleteButton4
WinFormsControlsTest (6)
ListBoxes.Designer.cs (6)
192this.deleteButton4.AutoSize = true; 193this.deleteButton4.Location = new System.Drawing.Point(600, 330); 194this.deleteButton4.Text = "Delete"; 195this.deleteButton4.Tag = listBox4; 196this.deleteButton4.Click += this.deleteButton_Click; 222this.Controls.Add(this.deleteButton4);