1 write to label1
WinFormsControlsTest (1)
ComboBoxesWithScrollBars.Designer.cs (1)
39this.label1 = new System.Windows.Forms.Label();
8 references to label1
WinFormsControlsTest (8)
ComboBoxesWithScrollBars.Designer.cs (8)
107this.changeHeightGroupBox1.Controls.Add(this.label1); 124this.label1.AutoSize = true; 125this.label1.Location = new System.Drawing.Point(23, 28); 126this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); 127this.label1.Name = "label1"; 128this.label1.Size = new System.Drawing.Size(100, 30); 129this.label1.TabIndex = 0; 130this.label1.Text = "Change \r\nDropDownHeight";