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