1 reference to CB_INSERTSTRING
System.Windows.Forms (1)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
2222
int insertIndex = (int)PInvokeCore.SendMessage(this, PInvoke.
CB_INSERTSTRING
, (WPARAM)index, GetItemText(item));