Hello, this is a WinForms question.
In a ListBox with SelectionMode = MultiSimple, how can I get the currently focused item?
Note, I don't want to get the SelectedItem or SelectedItems, but the item which currently have the dash lines around, something like ListView.FocusedItem.