3 references to CB_SETCURSEL
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ComboBox.cs (3)
1055
SendMessage(NativeMethods.
CB_SETCURSEL
, value, 0);
2504
SendMessage(NativeMethods.
CB_SETCURSEL
, selectedIndex, 0);
3307
SendMessage(NativeMethods.
CB_SETCURSEL
, DataManager.Position, 0);