1 write to chkAddMenustrip
WinFormsControlsTest (1)
MdiChild.Designer.cs (1)
39this.chkAddMenustrip = new System.Windows.Forms.CheckBox();
10 references to chkAddMenustrip
WinFormsControlsTest (10)
MdiChild.cs (1)
62if (chkAddMenustrip.Checked)
MdiChild.Designer.cs (9)
49this.panel1.Controls.Add(this.chkAddMenustrip); 129this.chkAddMenustrip.AutoSize = true; 130this.chkAddMenustrip.Location = new System.Drawing.Point(228, 97); 131this.chkAddMenustrip.Name = "chkAddMenustrip"; 132this.chkAddMenustrip.Size = new System.Drawing.Size(146, 17); 133this.chkAddMenustrip.TabIndex = 4; 134this.chkAddMenustrip.Text = "Add menustrip to Controls"; 135this.chkAddMenustrip.UseVisualStyleBackColor = true; 136this.chkAddMenustrip.CheckedChanged += this.chkAddMenustrip_CheckedChanged;