1 write to label2
WinFormsControlsTest (1)
ListBoxes.Designer.cs (1)
39this.label2 = new System.Windows.Forms.Label();
3 references to label2
WinFormsControlsTest (3)
ListBoxes.Designer.cs (3)
94this.label2.Location = new System.Drawing.Point(20, 200); 95this.label2.Text = "CheckedListBox"; 208this.Controls.Add(this.label2);