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