2 references to LB_GETSEL
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ListBox.cs (2)
1534int sel = unchecked( (int) (long)SendMessage(NativeMethods.LB_GETSEL, index, 0)); 1652bool selected = (unchecked( (int) (long)SendMessage(NativeMethods.LB_GETSEL, (IntPtr)index, IntPtr.Zero)) > 0);