1 write to checkBox3
Accessibility_Core_App (1)
CommonControl1.Designer.cs (1)
49
this.
checkBox3
= new System.Windows.Forms.CheckBox();
10 references to checkBox3
Accessibility_Core_App (10)
CommonControl1.Designer.cs (10)
230
this.groupBox2.Controls.Add(this.
checkBox3
);
267
this.
checkBox3
.AutoSize = true;
268
this.
checkBox3
.Location = new System.Drawing.Point(15, 137);
269
this.
checkBox3
.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
270
this.
checkBox3
.Name = "checkBox3";
271
this.
checkBox3
.Size = new System.Drawing.Size(160, 36);
272
this.
checkBox3
.TabIndex = 2;
273
this.
checkBox3
.Text = "ThreeState";
274
this.
checkBox3
.ThreeState = true;
275
this.
checkBox3
.UseVisualStyleBackColor = true;