The VB.NET ListBox control doesn’t support the Style property. ListBox controls with the Style property set to 1-vbListBoxCheckbox must be migrated to the CheckedListBox control instead of the ListBox control.
Both the Upgrade Wizard and VB Migration Partner migrate a ListBox with Style=1 to the most appropriate .NET control.