1 write to richTextBox1
Accessibility_Core_App (1)
DataBindingExample.Designer.cs (1)
37
this.
richTextBox1
= new System.Windows.Forms.RichTextBox();
10 references to richTextBox1
Accessibility_Core_App (10)
DataBindingExample.cs (1)
58
richTextBox1
.DataBindings.Add("Text", stu, "Hobby");
DataBindingExample.Designer.cs (9)
118
this.panel1.Controls.Add(this.
richTextBox1
);
161
this.
richTextBox1
.AccessibleDescription = "RT1";
162
this.
richTextBox1
.AccessibleName = "RT1";
163
this.
richTextBox1
.Location = new System.Drawing.Point(169, 102);
164
this.
richTextBox1
.Name = "richTextBox1";
165
this.
richTextBox1
.Size = new System.Drawing.Size(151, 85);
166
this.
richTextBox1
.TabIndex = 9;
167
this.
richTextBox1
.Text = "RichTestBox";
168
this.
richTextBox1
.BackColor = System.Drawing.SystemColors.Window;