1 write to linkLabel1
Accessibility_Core_App (1)
DataBindingExample.Designer.cs (1)
34
this.
linkLabel1
= new System.Windows.Forms.LinkLabel();
11 references to linkLabel1
Accessibility_Core_App (11)
DataBindingExample.cs (1)
57
linkLabel1
.DataBindings.Add("Text", stu, "HomeNumber");
DataBindingExample.Designer.cs (10)
115
this.panel1.Controls.Add(this.
linkLabel1
);
194
this.
linkLabel1
.AccessibleDescription = "IL1";
195
this.
linkLabel1
.AccessibleName = "IL1";
196
this.
linkLabel1
.AutoSize = true;
197
this.
linkLabel1
.Location = new System.Drawing.Point(169, 12);
198
this.
linkLabel1
.Name = "linkLabel1";
199
this.
linkLabel1
.Size = new System.Drawing.Size(84, 15);
200
this.
linkLabel1
.TabIndex = 6;
201
this.
linkLabel1
.TabStop = true;
202
this.
linkLabel1
.Text = "HomeNumber";