1 write to maxDropDownItemsUpDown2
WinFormsControlsTest (1)
ComboBoxesWithScrollBars.Designer.cs (1)
47
this.
maxDropDownItemsUpDown2
= new System.Windows.Forms.NumericUpDown();
13 references to maxDropDownItemsUpDown2
WinFormsControlsTest (13)
ComboBoxesWithScrollBars.cs (3)
32
maxDropDownItemsUpDown2
.Value = comboBox2.MaxDropDownItems;
61
maxDropDownItemsUpDown2
.ValueChanged += (s, e) => comboBox2.MaxDropDownItems = (int)
maxDropDownItemsUpDown2
.Value;
ComboBoxesWithScrollBars.Designer.cs (10)
64
((System.ComponentModel.ISupportInitialize)(this.
maxDropDownItemsUpDown2
)).BeginInit();
198
this.changeMaxDropDownItemsGroupBox2.Controls.Add(this.
maxDropDownItemsUpDown2
);
224
this.
maxDropDownItemsUpDown2
.Location = new System.Drawing.Point(192, 22);
225
this.
maxDropDownItemsUpDown2
.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
226
this.
maxDropDownItemsUpDown2
.Maximum = new decimal(new int[] {
231
this.
maxDropDownItemsUpDown2
.Name = "maxDropDownItemsUpDown2";
232
this.
maxDropDownItemsUpDown2
.Size = new System.Drawing.Size(117, 23);
233
this.
maxDropDownItemsUpDown2
.TabIndex = 1;
234
this.toolTip1.SetToolTip(this.
maxDropDownItemsUpDown2
, "It doesn\'t affect the combobox with the Simple dropdown style");
367
((System.ComponentModel.ISupportInitialize)(this.
maxDropDownItemsUpDown2
)).EndInit();