1 write to deleteButton3
WinFormsControlsTest (1)
ListBoxes.Designer.cs (1)
48this.deleteButton3 = new System.Windows.Forms.Button();
6 references to deleteButton3
WinFormsControlsTest (6)
ListBoxes.Designer.cs (6)
155this.deleteButton3.AutoSize = true; 156this.deleteButton3.Location = new System.Drawing.Point(600, 110); 157this.deleteButton3.Text = "Delete"; 158this.deleteButton3.Tag = listBox3; 159this.deleteButton3.Click += this.deleteButton_Click; 217this.Controls.Add(this.deleteButton3);