1 write to button2
Accessibility_Core_App (1)
CommonControl1.Designer.cs (1)
44
this.
button2
= new System.Windows.Forms.Button();
10 references to button2
Accessibility_Core_App (10)
CommonControl1.Designer.cs (10)
103
this.groupBox1.Controls.Add(this.
button2
);
206
this.
button2
.Anchor = System.Windows.Forms.AnchorStyles.Top;
207
this.
button2
.Location = new System.Drawing.Point(241, 34);
208
this.
button2
.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
209
this.
button2
.Name = "button2";
210
this.
button2
.Size = new System.Drawing.Size(156, 58);
211
this.
button2
.TabIndex = 5;
212
this.
button2
.Text = "LargeIcon";
213
this.
button2
.UseVisualStyleBackColor = true;
214
this.
button2
.Click += this.button2_Click;