1 write to label2
WinFormsControlsTest (1)
ListBoxes.Designer.cs (1)
39this.label2 = new System.Windows.Forms.Label();
4 references to label2
WinFormsControlsTest (4)
ListBoxes.Designer.cs (4)
99this.label2.Location = new System.Drawing.Point(20, 200); 100this.label2.Text = "CheckedListBox"; 101this.label2.Click += this.Control_Click; 234this.Controls.Add(this.label2);