1 reference to CB_INSERTSTRING
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ComboBox.cs (1)
2369
int insertIndex = unchecked( (int) (long)SendMessage(NativeMethods.
CB_INSERTSTRING
, index, GetItemText(item)));