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