1 write to textBox1
WinFormsControlsTest (1)
ListBoxes.Designer.cs (1)
36
this.
textBox1
= new System.Windows.Forms.TextBox();
6 references to textBox1
WinFormsControlsTest (6)
ListBoxes.Designer.cs (6)
74
this.
textBox1
.Location = new System.Drawing.Point(240, 40);
75
this.
textBox1
.Name = "textBox1";
76
this.
textBox1
.Size = new System.Drawing.Size(100, 30);
77
this.
textBox1
.Click += this.Control_Click;
84
this.addButton1.Tag = new object[] { listBox1,
textBox1
};
231
this.Controls.Add(this.
textBox1
);