1 write to richTextBox
WinFormsControlsTest (1)
TextBoxes.Designer.cs (1)
38
this.
richTextBox
= new System.Windows.Forms.RichTextBox();
6 references to richTextBox
WinFormsControlsTest (6)
TextBoxes.Designer.cs (6)
108
this.
richTextBox
.Location = new System.Drawing.Point(20, 190);
109
this.
richTextBox
.Name = "richTextBox";
110
this.
richTextBox
.Size = new System.Drawing.Size(120, 110);
111
this.
richTextBox
.TabIndex = 4;
112
this.
richTextBox
.Text = @"Some long
158
this.Controls.Add(this.
richTextBox
);