1 write to label4
WinFormsControlsTest (1)
ListBoxes.Designer.cs (1)
49this.label4 = new System.Windows.Forms.Label();
5 references to label4
WinFormsControlsTest (5)
ListBoxes.Designer.cs (5)
177this.label4.Location = new System.Drawing.Point(360, 200); 178this.label4.Size = new System.Drawing.Size(250, 20); 179this.label4.Text = "ListBox DrawMode.OwnerDrawVariable"; 180this.label4.Click += this.Control_Click; 244this.Controls.Add(this.label4);