2 references to CB_GETCURSEL
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ComboBox.cs (1)
1037
return unchecked( (int) (long)SendMessage(NativeMethods.
CB_GETCURSEL
, 0, 0) );
winforms\Managed\System\WinForms\FontDialog.cs (1)
479
int index = (int)UnsafeNativeMethods.SendDlgItemMessage(new HandleRef(null, hWnd), 0x473, NativeMethods.
CB_GETCURSEL
, IntPtr.Zero, IntPtr.Zero);