1 write to chkRightToLeft
WinFormsControlsTest (1)
MdiChild.Designer.cs (1)
41
this.
chkRightToLeft
= new System.Windows.Forms.CheckBox();
10 references to chkRightToLeft
WinFormsControlsTest (10)
MdiChild.cs (1)
98
MyParent.MainMenuStrip.RightToLeft =
chkRightToLeft
.Checked ? RightToLeft.Yes : RightToLeft.No;
MdiChild.Designer.cs (9)
47
this.panel1.Controls.Add(this.
chkRightToLeft
);
74
this.
chkRightToLeft
.AutoSize = true;
75
this.
chkRightToLeft
.Location = new System.Drawing.Point(228, 121);
76
this.
chkRightToLeft
.Name = "chkRightToLeft";
77
this.
chkRightToLeft
.Size = new System.Drawing.Size(162, 17);
78
this.
chkRightToLeft
.TabIndex = 4;
79
this.
chkRightToLeft
.Text = "Right to left mode";
80
this.
chkRightToLeft
.UseVisualStyleBackColor = true;
81
this.
chkRightToLeft
.CheckedChanged += this.chkRightToLeft_CheckedChanged;