1 write to checkBox2
Accessibility_Core_App (1)
CommonControl1.Designer.cs (1)
50this.checkBox2 = new System.Windows.Forms.CheckBox();
9 references to checkBox2
Accessibility_Core_App (9)
CommonControl1.Designer.cs (9)
231this.groupBox2.Controls.Add(this.checkBox2); 279this.checkBox2.AutoSize = true; 280this.checkBox2.Location = new System.Drawing.Point(15, 83); 281this.checkBox2.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6); 282this.checkBox2.Name = "checkBox2"; 283this.checkBox2.Size = new System.Drawing.Size(168, 36); 284this.checkBox2.TabIndex = 1; 285this.checkBox2.Text = "UnChecked"; 286this.checkBox2.UseVisualStyleBackColor = true;