1 write to listBox1
WinFormsControlsTest (1)
ListBoxes.Designer.cs (1)
35
this.
listBox1
= new System.Windows.Forms.ListBox();
8 references to listBox1
WinFormsControlsTest (8)
ListBoxes.Designer.cs (8)
64
this.
listBox1
.Location = new System.Drawing.Point(20, 40);
65
this.
listBox1
.Name = "listBox1";
66
this.
listBox1
.Size = new System.Drawing.Size(200, 150);
67
this.
listBox1
.DrawMode = System.Windows.Forms.DrawMode.Normal;
68
this.
listBox1
.SelectionMode = SelectionMode.MultiSimple;
81
this.addButton1.Tag = new object[]{
listBox1
, textBox1 };
89
this.deleteButton1.Tag =
listBox1
;
204
this.Controls.Add(this.
listBox1
);