1 write to listBox1
WinFormsControlsTest (1)
ScrollableControls.Designer.cs (1)
77
listBox1
= new ListBox();
8 references to listBox1
WinFormsControlsTest (8)
ScrollableControls.Designer.cs (8)
426
listBox1
.FormattingEnabled = true;
427
listBox1
.ItemHeight = 15;
428
listBox1
.Items.AddRange(new object[] { "asdfasdf", "as", "df", "asd", "f", "a", "sd", "f", "asd", "f", "a", "asdfadsf", "sdf" });
429
listBox1
.Location = new Point(348, 229);
430
listBox1
.Name = "listBox1";
431
listBox1
.Size = new Size(113, 79);
432
listBox1
.TabIndex = 13;
439
Controls.Add(
listBox1
);