1 write to textBox3
WinFormsControlsTest (1)
ListBoxes.Designer.cs (1)
46
this.
textBox3
= new System.Windows.Forms.TextBox();
6 references to textBox3
WinFormsControlsTest (6)
ListBoxes.Designer.cs (6)
152
this.
textBox3
.Location = new System.Drawing.Point(600, 40);
153
this.
textBox3
.Name = "textBox3";
154
this.
textBox3
.Size = new System.Drawing.Size(100, 30);
155
this.
textBox3
.Click += this.Control_Click;
162
this.addButton3.Tag = new object[] { listBox3,
textBox3
};
241
this.Controls.Add(this.
textBox3
);