1 write to checkBox1
Accessibility_Core_App (1)
DataBindingExample.Designer.cs (1)
36
this.
checkBox1
= new System.Windows.Forms.CheckBox();
11 references to checkBox1
Accessibility_Core_App (11)
DataBindingExample.cs (1)
59
checkBox1
.DataBindings.Add("Checked", stu, "IsStudent");
DataBindingExample.Designer.cs (10)
117
this.panel1.Controls.Add(this.
checkBox1
);
172
this.
checkBox1
.AccessibleDescription = "CB2";
173
this.
checkBox1
.AccessibleName = "CB2";
174
this.
checkBox1
.AutoSize = true;
175
this.
checkBox1
.Location = new System.Drawing.Point(169, 77);
176
this.
checkBox1
.Name = "checkBox1";
177
this.
checkBox1
.Size = new System.Drawing.Size(80, 19);
178
this.
checkBox1
.TabIndex = 8;
179
this.
checkBox1
.Text = "Is_Student";
180
this.
checkBox1
.UseVisualStyleBackColor = true;