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