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