2 references to LB_GETSEL
System.Windows.Forms (2)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (2)
1478
int selection = (int)PInvokeCore.SendMessage(this, PInvoke.
LB_GETSEL
, (WPARAM)index);
1614
bool selected = (int)PInvokeCore.SendMessage(this, PInvoke.
LB_GETSEL
, (WPARAM)index) > 0;