1 write to useDifferentHeightsCheckBox3
WinFormsControlsTest (1)
ComboBoxesWithScrollBars.Designer.cs (1)
56
this.
useDifferentHeightsCheckBox3
= new System.Windows.Forms.CheckBox();
13 references to useDifferentHeightsCheckBox3
WinFormsControlsTest (13)
ComboBoxesWithScrollBars.cs (3)
43
useDifferentHeightsCheckBox3
.Checked = comboBox3.DrawMode == DrawMode.OwnerDrawVariable;
68
useDifferentHeightsCheckBox3
.CheckedChanged += useDifferentHeightsCheckBox3_CheckedChanged;
107
bool isChecked =
useDifferentHeightsCheckBox3
.Checked;
ComboBoxesWithScrollBars.Designer.cs (10)
300
this.changeHeightsStyleGroupBox4.Controls.Add(this.
useDifferentHeightsCheckBox3
);
334
this.
useDifferentHeightsCheckBox3
.AutoSize = true;
335
this.
useDifferentHeightsCheckBox3
.Location = new System.Drawing.Point(356, 33);
336
this.
useDifferentHeightsCheckBox3
.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
337
this.
useDifferentHeightsCheckBox3
.Name = "useDifferentHeightsCheckBox3";
338
this.
useDifferentHeightsCheckBox3
.Size = new System.Drawing.Size(135, 19);
339
this.
useDifferentHeightsCheckBox3
.TabIndex = 2;
340
this.
useDifferentHeightsCheckBox3
.Text = "Use different heights";
341
this.toolTip1.SetToolTip(this.
useDifferentHeightsCheckBox3
, "Changes DropDownList dropdown style to DropDown in view.\nIt is impossible to retu" +
343
this.
useDifferentHeightsCheckBox3
.UseVisualStyleBackColor = true;