Hi @Harry Potter ,
According to ComboBox.SelectedText Property.
When the combo box loses focus, the selection point moves to the beginning of the text and any selected text becomes unselected. In this case, getting the SelectedText property retrieves an empty string, and setting the SelectedText property adds the specified value to the beginning of the text.
So you might need metroComboBox1.SelectedItem = "Oxygen Api"
or metroComboBox1.SelectedItem.toString = "Oxygen Api"
.
Best Regards.
Jiachen Li
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.