1 write to listBox4
WinFormsControlsTest (1)
ListBoxes.Designer.cs (1)
50
this.
listBox4
= new System.Windows.Forms.ListBox();
10 references to listBox4
WinFormsControlsTest (10)
ListBoxes.Designer.cs (10)
184
this.
listBox4
.Location = new System.Drawing.Point(360, 240);
185
this.
listBox4
.Name = "listBox4";
186
this.
listBox4
.Size = new System.Drawing.Size(200, 150);
187
this.
listBox4
.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
188
this.
listBox4
.DrawItem += ListBox_DrawItem;
189
this.
listBox4
.MeasureItem += ListBox_MeasureItem;
190
this.
listBox4
.Click += this.Control_Click;
204
this.addButton4.Tag = new object[] {
listBox4
, textBox4 };
213
this.deleteButton4.Tag =
listBox4
;
245
this.Controls.Add(this.
listBox4
);