1 write to listBox3
WinFormsControlsTest (1)
ListBoxes.Designer.cs (1)
45
this.
listBox3
= new System.Windows.Forms.ListBox();
8 references to listBox3
WinFormsControlsTest (8)
ListBoxes.Designer.cs (8)
133
this.
listBox3
.Location = new System.Drawing.Point(360, 40);
134
this.
listBox3
.Name = "listBox3";
135
this.
listBox3
.Size = new System.Drawing.Size(200, 150);
136
this.
listBox3
.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
137
this.
listBox3
.DrawItem += ListBox_DrawItem;
150
this.addButton3.Tag = new object[] {
listBox3
, textBox3 };
158
this.deleteButton3.Tag =
listBox3
;
214
this.Controls.Add(this.
listBox3
);