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