1 write to chkSetMenustrip
WinFormsControlsTest (1)
MdiChild.Designer.cs (1)
37this.chkSetMenustrip = new System.Windows.Forms.CheckBox();
10 references to chkSetMenustrip
WinFormsControlsTest (10)
MdiChild.cs (1)
38if (chkSetMenustrip.Checked)
MdiChild.Designer.cs (9)
51this.panel1.Controls.Add(this.chkSetMenustrip); 107this.chkSetMenustrip.AutoSize = true; 108this.chkSetMenustrip.Location = new System.Drawing.Point(228, 73); 109this.chkSetMenustrip.Name = "chkSetMenustrip"; 110this.chkSetMenustrip.Size = new System.Drawing.Size(115, 17); 111this.chkSetMenustrip.TabIndex = 3; 112this.chkSetMenustrip.Text = "Set child menustrip"; 113this.chkSetMenustrip.UseVisualStyleBackColor = true; 114this.chkSetMenustrip.CheckedChanged += this.chkSetMenustrip_CheckedChanged;