1 write to textBox2
WinFormsControlsTest (1)
ErrorProviderTest.Designer.cs (1)
43
this.
textBox2
= new System.Windows.Forms.TextBox();
7 references to textBox2
WinFormsControlsTest (7)
ErrorProviderTest.cs (2)
26
if (
textBox2
.TextLength is < 5 or > 20)
28
errorProvider2.SetError(
textBox2
, "The length of the testbox is invalid!");
ErrorProviderTest.Designer.cs (5)
107
this.
textBox2
.Location = new System.Drawing.Point(19, 135);
108
this.
textBox2
.Name = "textBox2";
109
this.
textBox2
.Size = new System.Drawing.Size(120, 23);
110
this.
textBox2
.TabIndex = 0;
136
this.Controls.Add(this.
textBox2
);