1 write to thirdLevelButton
WinFormsControlsTest (1)
ToolStripTests.Designer.cs (1)
65
this.
thirdLevelButton
= new System.Windows.Forms.ToolStripButton();
6 references to thirdLevelButton
WinFormsControlsTest (6)
ToolStripTests.Designer.cs (6)
251
this.checkCheckOnClickToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[] { thirdLevelItem,
thirdLevelButton
, toolStripComboBox2, toolStripTextBox2, toolStrip2_SplitButton2, toolStrip2_DropDownButton2 });
263
this.
thirdLevelButton
.CheckOnClick = true;
264
this.
thirdLevelButton
.Name = "thirdLevelButton";
265
this.
thirdLevelButton
.Size = new System.Drawing.Size(481, 44);
266
this.
thirdLevelButton
.Text = "thirdLevelButton";
267
this.
thirdLevelButton
.CheckState = System.Windows.Forms.CheckState.Checked;