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