1 write to label1
WinFormsControlsTest (1)
ListBoxes.Designer.cs (1)
34this.label1 = new System.Windows.Forms.Label();
5 references to label1
WinFormsControlsTest (5)
ListBoxes.Designer.cs (5)
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"; 61this.label1.Click += this.Control_Click; 229this.Controls.Add(this.label1);