4 references to CB_SETDROPPEDWIDTH
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ComboBox.cs (2)
548
SendMessage(NativeMethods.
CB_SETDROPPEDWIDTH
, value, 0);
2467
SendMessage(NativeMethods.
CB_SETDROPPEDWIDTH
, dropDownWidth, 0);
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (2)
840
UnsafeNativeMethods.SendMessage(new HandleRef(comboBox, comboBox.Handle), NativeMethods.
CB_SETDROPPEDWIDTH
, cachedDropDownWidth, 0);
850
UnsafeNativeMethods.SendMessage(new HandleRef(comboBox, comboBox.Handle), NativeMethods.
CB_SETDROPPEDWIDTH
, this.DropDownWidth, 0);