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