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