1 write to chbRightToLeft
WinFormsControlsTest (1)
ScrollBars.Designer.cs (1)
40
this.
chbRightToLeft
= new System.Windows.Forms.CheckBox();
10 references to chbRightToLeft
WinFormsControlsTest (10)
ScrollBars.cs (1)
43
hScrollBar.RightToLeft =
chbRightToLeft
.Checked ? RightToLeft.Yes : RightToLeft.No;
ScrollBars.Designer.cs (9)
88
this.
chbRightToLeft
.AutoSize = true;
89
this.
chbRightToLeft
.Location = new System.Drawing.Point(37, 250);
90
this.
chbRightToLeft
.Name = "chbRightToLeft";
91
this.
chbRightToLeft
.Size = new System.Drawing.Size(110, 24);
92
this.
chbRightToLeft
.TabIndex = 4;
93
this.
chbRightToLeft
.Text = "Right to left";
94
this.
chbRightToLeft
.UseVisualStyleBackColor = true;
95
this.
chbRightToLeft
.CheckedChanged += this.chbRightToLeft_CheckedChanged;
142
this.Controls.Add(this.
chbRightToLeft
);