1 write to chbRightToLeft
WinFormsControlsTest (1)
TrackBars.Designer.cs (1)
38this.chbRightToLeft = new System.Windows.Forms.CheckBox();
11 references to chbRightToLeft
WinFormsControlsTest (11)
TrackBars.cs (1)
56trackBar1.RightToLeft = chbRightToLeft.Checked ? RightToLeft.Yes : RightToLeft.No;
TrackBars.Designer.cs (10)
109this.chbRightToLeft.AutoSize = true; 110this.chbRightToLeft.Location = new System.Drawing.Point(83, 176); 111this.chbRightToLeft.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); 112this.chbRightToLeft.Name = "chbRightToLeft"; 113this.chbRightToLeft.Size = new System.Drawing.Size(86, 19); 114this.chbRightToLeft.TabIndex = 4; 115this.chbRightToLeft.Text = "RightToLeft"; 116this.chbRightToLeft.UseVisualStyleBackColor = true; 117this.chbRightToLeft.CheckedChanged += this.chbRightToLeft_CheckedChanged; 259this.Controls.Add(this.chbRightToLeft);