1 write to deleteButton4
WinFormsControlsTest (1)
ListBoxes.Designer.cs (1)
53this.deleteButton4 = new System.Windows.Forms.Button();
7 references to deleteButton4
WinFormsControlsTest (7)
ListBoxes.Designer.cs (7)
210this.deleteButton4.AutoSize = true; 211this.deleteButton4.Location = new System.Drawing.Point(600, 330); 212this.deleteButton4.Text = "Delete"; 213this.deleteButton4.Tag = listBox4; 214this.deleteButton4.Click += this.deleteButton_Click; 215this.deleteButton4.Click += this.Control_Click; 248this.Controls.Add(this.deleteButton4);