3 references to CB_SETCURSEL
System.Windows.Forms (3)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (3)
894
PInvokeCore.SendMessage(this, PInvoke.
CB_SETCURSEL
, (WPARAM)value);
2370
PInvokeCore.SendMessage(this, PInvoke.
CB_SETCURSEL
, (WPARAM)_selectedIndex);
3288
PInvokeCore.SendMessage(this, PInvoke.
CB_SETCURSEL
, (WPARAM)DataManager.Position);