Discord
Steam
/
Developers
/
[C#] Combo Box
Login/Join
Event Log
[C#] Combo Box
4 replies, posted
Search
In This Thread
How can I detect which text inside the combo box is selected?
comboBox1.SelectedText
ComboBox.SelectedText, or something like that.
so [code] if (comboBox1.SelectedText == "w/e") { --do shit } [/code]
[QUOTE=c-unit;26389838]so [code] if (comboBox1.SelectedText == "w/e") { --do shit } [/code][/QUOTE] Pretty much.
Sorry, you need to
Log In
to post a reply to this thread.