1 write to label3
WinFormsControlsTest (1)
ComboBoxesWithScrollBars.Designer.cs (1)
43this.label3 = new System.Windows.Forms.Label();
8 references to label3
WinFormsControlsTest (8)
ComboBoxesWithScrollBars.Designer.cs (8)
111this.changeHeightGroupBox1.Controls.Add(this.label3); 172this.label3.AutoSize = true; 173this.label3.Location = new System.Drawing.Point(356, 28); 174this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); 175this.label3.Name = "label3"; 176this.label3.Size = new System.Drawing.Size(100, 30); 177this.label3.TabIndex = 2; 178this.label3.Text = "Change \r\nDropDownHeight";