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