ComboBox / ListBox selected item
Posted
by user273268
on Stack Overflow
See other posts from Stack Overflow
or by user273268
Published on 2010-03-17T07:01:50Z
Indexed on
2010/03/17
7:11 UTC
Read the original article
Hit count: 346
is there a more simple way to get combobox (WinForms) selected items text?
string result = comboBox1.Items[comboBox1.Selectedindex];
And in WPF's ComboBox?
© Stack Overflow or respective owner