【发布时间】:2012-04-28 23:11:20
【问题描述】:
我正在构建一个字符串,代码看起来像
String status = "The status of my combobox is " + comboBoxTest.SelectedText
我在VS2010中使用WinForm
结果看起来像
“我的组合框的状态是”
【问题讨论】:
-
离开焦点时,ComboBox 控件将失去选择
标签: c# winforms string combobox