1 write to useDifferentHeightsCheckBox1
WinFormsControlsTest (1)
ComboBoxesWithScrollBars.Designer.cs (1)
54
this.
useDifferentHeightsCheckBox1
= new System.Windows.Forms.CheckBox();
12 references to useDifferentHeightsCheckBox1
WinFormsControlsTest (12)
ComboBoxesWithScrollBars.cs (3)
41
useDifferentHeightsCheckBox1
.Checked = comboBox1.DrawMode == DrawMode.OwnerDrawVariable;
66
useDifferentHeightsCheckBox1
.CheckedChanged += useDifferentHeightsCheckBox1_CheckedChanged;
75
bool isChecked =
useDifferentHeightsCheckBox1
.Checked;
ComboBoxesWithScrollBars.Designer.cs (9)
298
this.changeHeightsStyleGroupBox4.Controls.Add(this.
useDifferentHeightsCheckBox1
);
312
this.
useDifferentHeightsCheckBox1
.AutoSize = true;
313
this.
useDifferentHeightsCheckBox1
.Location = new System.Drawing.Point(23, 33);
314
this.
useDifferentHeightsCheckBox1
.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
315
this.
useDifferentHeightsCheckBox1
.Name = "useDifferentHeightsCheckBox1";
316
this.
useDifferentHeightsCheckBox1
.Size = new System.Drawing.Size(135, 19);
317
this.
useDifferentHeightsCheckBox1
.TabIndex = 0;
318
this.
useDifferentHeightsCheckBox1
.Text = "Use different heights";
319
this.
useDifferentHeightsCheckBox1
.UseVisualStyleBackColor = true;