1 write to label3
WinFormsControlsTest (1)
ListBoxes.Designer.cs (1)
44
this.
label3
= new System.Windows.Forms.Label();
4 references to label3
WinFormsControlsTest (4)
ListBoxes.Designer.cs (4)
137
this.
label3
.Location = new System.Drawing.Point(360, 10);
138
this.
label3
.Size = new System.Drawing.Size(250, 20);
139
this.
label3
.Text = "ListBox DrawMode.OwnerDrawFixed";
239
this.Controls.Add(this.
label3
);