1 write to label1
WinFormsControlsTest (1)
ListBoxes.Designer.cs (1)
34this.label1 = new System.Windows.Forms.Label();
4 references to label1
WinFormsControlsTest (4)
ListBoxes.Designer.cs (4)
58this.label1.Location = new System.Drawing.Point(20, 10); 59this.label1.Size = new System.Drawing.Size(200, 20); 60this.label1.Text = "ListBox with DrawMode.Normal"; 203this.Controls.Add(this.label1);