When both are empty the TopMostItem assumes that it will not be used. It all depends on how you are populating your combos. Ultimately these are just DataTables which are associated with the DataSource of the combo. So you could manually add a row to the DataTable.With CType(MyCombo.DataSource, DataTable)
'-- Add a row to the data source or create a new data source
EndWith