1 write to textBox
WinFormsControlsTest (1)
TextBoxes.Designer.cs (1)
34
this.
textBox
= new System.Windows.Forms.TextBox();
6 references to textBox
WinFormsControlsTest (6)
TextBoxes.Designer.cs (6)
44
this.
textBox
.Location = new System.Drawing.Point(20, 20);
45
this.
textBox
.Name = "textBox";
46
this.
textBox
.Size = new System.Drawing.Size(120, 30);
47
this.
textBox
.TabIndex = 0;
48
this.
textBox
.Text = "Some long long text for a TextBox";
154
this.Controls.Add(this.
textBox
);