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