2 references to LB_SETCURSEL
System.Windows.Forms (2)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (2)
1637
PInvokeCore.SendMessage(this, PInvoke.
LB_SETCURSEL
, (WPARAM)(value ? index : -1));
2116
PInvokeCore.SendMessage(this, PInvoke.
LB_SETCURSEL
, (WPARAM)DataManager.Position);