2 references to LB_GETCURSEL
System.Windows.Forms (2)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (2)
837
return (int)PInvokeCore.SendMessage(this, PInvoke.
LB_GETCURSEL
);
1664
int index = (int)PInvokeCore.SendMessage(this, PInvoke.
LB_GETCURSEL
);