1 write to chkAddParentMenustrip
WinFormsControlsTest (1)
MdiChild.Designer.cs (1)
38
this.
chkAddParentMenustrip
= new System.Windows.Forms.CheckBox();
10 references to chkAddParentMenustrip
WinFormsControlsTest (10)
MdiChild.cs (1)
74
if (
chkAddParentMenustrip
.Checked)
MdiChild.Designer.cs (9)
50
this.panel1.Controls.Add(this.
chkAddParentMenustrip
);
118
this.
chkAddParentMenustrip
.AutoSize = true;
119
this.
chkAddParentMenustrip
.Location = new System.Drawing.Point(43, 97);
120
this.
chkAddParentMenustrip
.Name = "chkAddParentMenustrip";
121
this.
chkAddParentMenustrip
.Size = new System.Drawing.Size(179, 17);
122
this.
chkAddParentMenustrip
.TabIndex = 2;
123
this.
chkAddParentMenustrip
.Text = "Add parent menustrip to Controls";
124
this.
chkAddParentMenustrip
.UseVisualStyleBackColor = true;
125
this.
chkAddParentMenustrip
.CheckedChanged += this.chkAddParentMenustrip_CheckedChanged;