1 write to comboBox1
WinFormsControlsTest (1)
ComboBoxes.Designer.cs (1)
34
this.
comboBox1
= new System.Windows.Forms.ComboBox();
11 references to comboBox1
WinFormsControlsTest (11)
ComboBoxes.cs (2)
15
comboBox1
.SelectedIndex = 0;
23
label1.Text =
comboBox1
.Text;
ComboBoxes.Designer.cs (9)
54
this.
comboBox1
.FlatStyle = System.Windows.Forms.FlatStyle.System;
55
this.
comboBox1
.FormattingEnabled = true;
56
this.
comboBox1
.Items.AddRange(new object[] {
59
this.
comboBox1
.Location = new System.Drawing.Point(21, 22);
60
this.
comboBox1
.Name = "comboBox1";
61
this.
comboBox1
.Size = new System.Drawing.Size(121, 21);
62
this.
comboBox1
.TabIndex = 3;
63
this.
comboBox1
.SelectedIndexChanged += this.ComboBox1_SelectedIndexChanged;
284
this.Controls.Add(this.
comboBox1
);