1 write to deleteButton1
WinFormsControlsTest (1)
ListBoxes.Designer.cs (1)
38this.deleteButton1 = new System.Windows.Forms.Button();
7 references to deleteButton1
WinFormsControlsTest (7)
ListBoxes.Designer.cs (7)
90this.deleteButton1.AutoSize = true; 91this.deleteButton1.Location = new System.Drawing.Point(240, 110); 92this.deleteButton1.Text = "Delete"; 93this.deleteButton1.Tag = listBox1; 94this.deleteButton1.Click += this.deleteButton_Click; 95this.deleteButton1.Click += this.Control_Click; 233this.Controls.Add(this.deleteButton1);