Visual Studio 2012的.NET命名空间中的ComboBoxItem
类在哪里?
MSDN说它应该在Windows.Controls
中,但在引用列表中没有这样的命名空间或任何条目。
Windows.Forms
中也没有。
我只遇到过ListViewItem
类,但是用标签和括号弄乱了标签。
答案 0 :(得分:3)
ComboBoxItem
,因为System.Windows.Controls
程序集中包含名称空间PresentationFramework
。
如果您正在创建 WinForms项目,则无法找到ComboBoxItem
类!
见http://msdn.microsoft.com/en-us/library/system.windows.controls.comboboxitem.aspx
答案 1 :(得分:0)
您可能正在WinForms或ASP.NET中编程。
在WinForms中,您没有ComboBoxItem。您只需Add个ComboBox对象,ComboBox就会使用ToString()
方法来显示它们。
在ASP.NET中你甚至没有ComboBox :-)你有DropDownList使用ListItem