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