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