The VB.NET ComboBox control doesn’t support the TopIndex property. You can read and modify the index of the topmost element by sending a CB_GETTOPINDEX and CB_SETTOPINDEX message to the control using the DefWndProc protected method.
VB Migration Partner fully supports this property. No manual edits of the migrated code are needed.