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