ComboBox.DataSource 设置的对象是实现了IList接口的对象即可
http://msdn.microsoft.com/zh-cn/library/vstudio/x8160f6f(v=vs.90).aspx
查看下MSDN,下面是我做的例子