1 write to chbRightToLeftLayout
WinFormsControlsTest (1)
TrackBars.Designer.cs (1)
39
this.
chbRightToLeftLayout
= new System.Windows.Forms.CheckBox();
11 references to chbRightToLeftLayout
WinFormsControlsTest (11)
TrackBars.cs (1)
109
trackBar1.RightToLeftLayout =
chbRightToLeftLayout
.Checked;
TrackBars.Designer.cs (10)
121
this.
chbRightToLeftLayout
.AutoSize = true;
122
this.
chbRightToLeftLayout
.Location = new System.Drawing.Point(83, 199);
123
this.
chbRightToLeftLayout
.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
124
this.
chbRightToLeftLayout
.Name = "chbRightToLeftLayout";
125
this.
chbRightToLeftLayout
.Size = new System.Drawing.Size(122, 19);
126
this.
chbRightToLeftLayout
.TabIndex = 5;
127
this.
chbRightToLeftLayout
.Text = "RightToLeftLayout";
128
this.
chbRightToLeftLayout
.UseVisualStyleBackColor = true;
129
this.
chbRightToLeftLayout
.CheckedChanged += this.chbRightToLeftLayout_CheckedChanged;
258
this.Controls.Add(this.
chbRightToLeftLayout
);