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)
127
this.
label3
.Location = new System.Drawing.Point(360, 10);
128
this.
label3
.Size = new System.Drawing.Size(250, 20);
129
this.
label3
.Text = "ListBox DrawMode.OwnerDrawFixed";
213
this.Controls.Add(this.
label3
);