1 write to textBox1
WinFormsControlsTest (1)
ErrorProviderTest.Designer.cs (1)
38
this.
textBox1
= new System.Windows.Forms.TextBox();
7 references to textBox1
WinFormsControlsTest (7)
ErrorProviderTest.cs (2)
16
if (
textBox1
.TextLength is < 5 or > 10)
18
errorProvider1.SetError(
textBox1
, "The length of the testbox is invalid!");
ErrorProviderTest.Designer.cs (5)
77
this.
textBox1
.Location = new System.Drawing.Point(19, 60);
78
this.
textBox1
.Name = "textBox1";
79
this.
textBox1
.Size = new System.Drawing.Size(120, 23);
80
this.
textBox1
.TabIndex = 0;
133
this.Controls.Add(this.
textBox1
);