1 write to toolStrip2_SplitButton2
WinFormsControlsTest (1)
ToolStripTests.Designer.cs (1)
70
this.
toolStrip2_SplitButton2
= new System.Windows.Forms.ToolStripSplitButton();
7 references to toolStrip2_SplitButton2
WinFormsControlsTest (7)
ToolStripTests.Designer.cs (7)
251
this.checkCheckOnClickToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[] { thirdLevelItem, thirdLevelButton, toolStripComboBox2, toolStripTextBox2,
toolStrip2_SplitButton2
, toolStrip2_DropDownButton2 });
285
this.
toolStrip2_SplitButton2
.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
287
this.
toolStrip2_SplitButton2
.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
288
this.
toolStrip2_SplitButton2
.ImageTransparentColor = System.Drawing.Color.Magenta;
289
this.
toolStrip2_SplitButton2
.Name = "toolStrip2_SplitButton2";
290
this.
toolStrip2_SplitButton2
.Size = new System.Drawing.Size(133, 22);
291
this.
toolStrip2_SplitButton2
.Text = "toolStrip2_SplitButton2";