1 write to textBox1
Accessibility_Core_App (1)
DataBindingExample.Designer.cs (1)
32
this.
textBox1
= new System.Windows.Forms.TextBox();
9 references to textBox1
Accessibility_Core_App (9)
DataBindingExample.cs (1)
51
textBox1
.DataBindings.Add("Text", stu, "StudentNumber");
DataBindingExample.Designer.cs (8)
88
this.
textBox1
.AccessibleDescription = "TB1";
89
this.
textBox1
.AccessibleName = "TB1";
90
this.
textBox1
.Location = new System.Drawing.Point(10, 77);
91
this.
textBox1
.Name = "textBox1";
92
this.
textBox1
.Size = new System.Drawing.Size(142, 23);
93
this.
textBox1
.TabIndex = 4;
94
this.
textBox1
.Text = "TextBox";
113
this.panel1.Controls.Add(this.
textBox1
);