1 write to listBox3
WinFormsControlsTest (1)
ListBoxes.Designer.cs (1)
45
this.
listBox3
= new System.Windows.Forms.ListBox();
9 references to listBox3
WinFormsControlsTest (9)
ListBoxes.Designer.cs (9)
143
this.
listBox3
.Location = new System.Drawing.Point(360, 40);
144
this.
listBox3
.Name = "listBox3";
145
this.
listBox3
.Size = new System.Drawing.Size(200, 150);
146
this.
listBox3
.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
147
this.
listBox3
.DrawItem += ListBox_DrawItem;
148
this.
listBox3
.Click += this.Control_Click;
162
this.addButton3.Tag = new object[] {
listBox3
, textBox3 };
171
this.deleteButton3.Tag =
listBox3
;
240
this.Controls.Add(this.
listBox3
);