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