1 write to label4
WinFormsControlsTest (1)
ListBoxes.Designer.cs (1)
49
this.
label4
= new System.Windows.Forms.Label();
4 references to label4
WinFormsControlsTest (4)
ListBoxes.Designer.cs (4)
163
this.
label4
.Location = new System.Drawing.Point(360, 200);
164
this.
label4
.Size = new System.Drawing.Size(250, 20);
165
this.
label4
.Text = "ListBox DrawMode.OwnerDrawVariable";
218
this.Controls.Add(this.
label4
);