1 write to checkBox2
WinFormsControlsTest (1)
MultipleControls.Designer.cs (1)
46
this.
checkBox2
= new System.Windows.Forms.CheckBox();
9 references to checkBox2
WinFormsControlsTest (9)
MultipleControls.Designer.cs (9)
159
this.tabPage2.Controls.Add(this.
checkBox2
);
180
this.
checkBox2
.AutoSize = true;
181
this.
checkBox2
.Location = new System.Drawing.Point(8, 50);
182
this.
checkBox2
.Name = "checkBox2";
183
this.
checkBox2
.Size = new System.Drawing.Size(153, 19);
184
this.
checkBox2
.TabIndex = 0;
185
this.
checkBox2
.Text = "Three state CheckBox";
186
this.
checkBox2
.ThreeState = true;
187
this.
checkBox2
.UseVisualStyleBackColor = true;