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