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