1 write to chkAddParentMenustrip
WinFormsControlsTest (1)
MdiChild.Designer.cs (1)
38this.chkAddParentMenustrip = new System.Windows.Forms.CheckBox();
10 references to chkAddParentMenustrip
WinFormsControlsTest (10)
MdiChild.cs (1)
74if (chkAddParentMenustrip.Checked)
MdiChild.Designer.cs (9)
50this.panel1.Controls.Add(this.chkAddParentMenustrip); 118this.chkAddParentMenustrip.AutoSize = true; 119this.chkAddParentMenustrip.Location = new System.Drawing.Point(43, 97); 120this.chkAddParentMenustrip.Name = "chkAddParentMenustrip"; 121this.chkAddParentMenustrip.Size = new System.Drawing.Size(179, 17); 122this.chkAddParentMenustrip.TabIndex = 2; 123this.chkAddParentMenustrip.Text = "Add parent menustrip to Controls"; 124this.chkAddParentMenustrip.UseVisualStyleBackColor = true; 125this.chkAddParentMenustrip.CheckedChanged += this.chkAddParentMenustrip_CheckedChanged;