1 write to button5
Accessibility_Core_App (1)
Main.Designer.cs (1)
36
this.
button5
= new System.Windows.Forms.Button();
9 references to button5
Accessibility_Core_App (9)
Main.Designer.cs (9)
91
this.
button5
.Location = new System.Drawing.Point(13, 199);
92
this.
button5
.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
93
this.
button5
.Name = "button5";
94
this.
button5
.Size = new System.Drawing.Size(531, 27);
95
this.
button5
.TabIndex = 4;
96
this.
button5
.Text = "MenuToolbars_Controls: Testing the controls under the Menu & Toolbars Tab";
97
this.
button5
.UseVisualStyleBackColor = true;
98
this.
button5
.Click += this.Button5_Click;
175
this.Controls.Add(this.
button5
);