1 write to RTLTextBox
WinFormsControlsTest (1)
TextBoxes.Designer.cs (1)
35
this.
RTLTextBox
= new System.Windows.Forms.TextBox();
7 references to RTLTextBox
WinFormsControlsTest (7)
TextBoxes.Designer.cs (7)
52
this.
RTLTextBox
.Location = new System.Drawing.Point(160, 20);
53
this.
RTLTextBox
.Name = "RTLTextBox";
54
this.
RTLTextBox
.Size = new System.Drawing.Size(120, 30);
55
this.
RTLTextBox
.TabIndex = 1;
56
this.
RTLTextBox
.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
57
this.
RTLTextBox
.Text = "Some long long text for a RTL TextBox";
155
this.Controls.Add(this.
RTLTextBox
);