1 write to chkSetParentMenustrip
WinFormsControlsTest (1)
MdiChild.Designer.cs (1)
36this.chkSetParentMenustrip = new System.Windows.Forms.CheckBox();
10 references to chkSetParentMenustrip
WinFormsControlsTest (10)
MdiChild.cs (1)
50if (chkSetParentMenustrip.Checked)
MdiChild.Designer.cs (9)
52this.panel1.Controls.Add(this.chkSetParentMenustrip); 96this.chkSetParentMenustrip.AutoSize = true; 97this.chkSetParentMenustrip.Location = new System.Drawing.Point(43, 73); 98this.chkSetParentMenustrip.Name = "chkSetParentMenustrip"; 99this.chkSetParentMenustrip.Size = new System.Drawing.Size(123, 17); 100this.chkSetParentMenustrip.TabIndex = 1; 101this.chkSetParentMenustrip.Text = "Set parent menustrip"; 102this.chkSetParentMenustrip.UseVisualStyleBackColor = true; 103this.chkSetParentMenustrip.CheckedChanged += this.chkSetParentMenustrip_CheckedChanged;