1 write to label4
WinFormsControlsTest (1)
ListBoxes.Designer.cs (1)
49
this.
label4
= new System.Windows.Forms.Label();
5 references to label4
WinFormsControlsTest (5)
ListBoxes.Designer.cs (5)
177
this.
label4
.Location = new System.Drawing.Point(360, 200);
178
this.
label4
.Size = new System.Drawing.Size(250, 20);
179
this.
label4
.Text = "ListBox DrawMode.OwnerDrawVariable";
180
this.
label4
.Click += this.Control_Click;
244
this.Controls.Add(this.
label4
);