1 write to toolStrip2_Button5
WinFormsControlsTest (1)
ToolStripTests.Designer.cs (1)
48this.toolStrip2_Button5 = new System.Windows.Forms.ToolStripButton();
7 references to toolStrip2_Button5
WinFormsControlsTest (7)
ToolStripTests.cs (2)
22toolStrip2_Button5.Image = Image.FromFile("Images\\SmallABlue.bmp"); 23toolStrip2_Button5.DisplayStyle = ToolStripItemDisplayStyle.Image;
ToolStripTests.Designer.cs (5)
102this.toolStrip2_Button5, 196this.toolStrip2_Button5.ImageTransparentColor = System.Drawing.Color.Magenta; 197this.toolStrip2_Button5.Name = "toolStrip2_Button5"; 198this.toolStrip2_Button5.Size = new System.Drawing.Size(114, 22); 199this.toolStrip2_Button5.Text = "toolStrip2_Button5";