1 write to toolStripComboBox2
WinFormsControlsTest (1)
ToolStripTests.Designer.cs (1)
73
this.
toolStripComboBox2
= new System.Windows.Forms.ToolStripComboBox();
6 references to toolStripComboBox2
WinFormsControlsTest (6)
ToolStripTests.Designer.cs (6)
251
this.checkCheckOnClickToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[] { thirdLevelItem, thirdLevelButton,
toolStripComboBox2
, toolStripTextBox2, toolStrip2_SplitButton2, toolStrip2_DropDownButton2 });
271
this.
toolStripComboBox2
.Name = "toolStripComboBox2";
272
this.
toolStripComboBox2
.Size = new System.Drawing.Size(481, 44);
273
this.
toolStripComboBox2
.Text = "toolStripComboBox2";
274
this.
toolStripComboBox2
.Items.AddRange(new object[] { "1", "2", "3", "4", "5" });
275
this.
toolStripComboBox2
.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;