1 write to textBox2
WinFormsControlsTest (1)
ListBoxes.Designer.cs (1)
41
this.
textBox2
= new System.Windows.Forms.TextBox();
6 references to textBox2
WinFormsControlsTest (6)
ListBoxes.Designer.cs (6)
112
this.
textBox2
.Location = new System.Drawing.Point(240, 240);
113
this.
textBox2
.Name = "textBox2";
114
this.
textBox2
.Size = new System.Drawing.Size(100, 30);
115
this.
textBox2
.Click += this.Control_Click;
122
this.addButton2.Tag = new object[] { listBox2,
textBox2
};
236
this.Controls.Add(this.
textBox2
);