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