2 references to LB_GETCURSEL
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ListBox.cs (2)
873
return unchecked( (int) (long)SendMessage(NativeMethods.
LB_GETCURSEL
, 0, 0));
1699
int index = unchecked( (int) (long)SendMessage(NativeMethods.
LB_GETCURSEL
, 0, 0));