1 write to toolStrip2_Button1
WinFormsControlsTest (1)
ToolStripTests.Designer.cs (1)
44
this.
toolStrip2_Button1
= new System.Windows.Forms.ToolStripButton();
7 references to toolStrip2_Button1
WinFormsControlsTest (7)
ToolStripTests.Designer.cs (7)
98
this.
toolStrip2_Button1
,
162
this.
toolStrip2_Button1
.CheckState = System.Windows.Forms.CheckState.Unchecked;
163
this.
toolStrip2_Button1
.ImageTransparentColor = System.Drawing.Color.Magenta;
164
this.
toolStrip2_Button1
.Name = "toolStrip2_Button1_Unchecked";
165
this.
toolStrip2_Button1
.Size = new System.Drawing.Size(114, 22);
166
this.
toolStrip2_Button1
.Text = "toolStrip2_Button1_Unchecked";
171
this.
toolStrip2_Button1
.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;