1 write to label2
WinFormsControlsTest (1)
ComboBoxesWithScrollBars.Designer.cs (1)
41this.label2 = new System.Windows.Forms.Label();
8 references to label2
WinFormsControlsTest (8)
ComboBoxesWithScrollBars.Designer.cs (8)
109this.changeHeightGroupBox1.Controls.Add(this.label2); 149this.label2.AutoSize = true; 150this.label2.Location = new System.Drawing.Point(192, 28); 151this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); 152this.label2.Name = "label2"; 153this.label2.Size = new System.Drawing.Size(106, 30); 154this.label2.TabIndex = 1; 155this.label2.Text = "Change \r\nComboBox Height";