1 write to label1
Accessibility_Core_App (1)
DataBindingExample.Designer.cs (1)
31
this.
label1
= new System.Windows.Forms.Label();
10 references to label1
Accessibility_Core_App (10)
DataBindingExample.cs (1)
54
label1
.DataBindings.Add("Text", stu, "Name");
DataBindingExample.Designer.cs (9)
77
this.
label1
.AccessibleDescription = "L1";
78
this.
label1
.AccessibleName = "L1";
79
this.
label1
.AutoSize = true;
80
this.
label1
.Location = new System.Drawing.Point(10, 48);
81
this.
label1
.Name = "label1";
82
this.
label1
.Size = new System.Drawing.Size(109, 15);
83
this.
label1
.TabIndex = 3;
84
this.
label1
.Text = "StudentPhoneNum";
112
this.panel1.Controls.Add(this.
label1
);