2 references to LB_SETCURSEL
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ListBox.cs (2)
1672
SendMessage(NativeMethods.
LB_SETCURSEL
, (value ? index : -1), 0);
2105
SendMessage(NativeMethods.
LB_SETCURSEL
, DataManager.Position, 0);