1 write to deleteButton3
WinFormsControlsTest (1)
ListBoxes.Designer.cs (1)
48this.deleteButton3 = new System.Windows.Forms.Button();
7 references to deleteButton3
WinFormsControlsTest (7)
ListBoxes.Designer.cs (7)
168this.deleteButton3.AutoSize = true; 169this.deleteButton3.Location = new System.Drawing.Point(600, 110); 170this.deleteButton3.Text = "Delete"; 171this.deleteButton3.Tag = listBox3; 172this.deleteButton3.Click += this.deleteButton_Click; 173this.deleteButton3.Click += this.Control_Click; 243this.Controls.Add(this.deleteButton3);