CheckedListBox没有DataSourceValue属性???有的!!

CheckedListBox应该是由ListBox扩展而来的?但在使用的时候,可能会发现——它不支持DataSource属性,不能像ListBox那样指定其数据源为一个DataTable。 事实上,CheckedListBox像ListBox一样有DataSource属性,DisplayMember和ValueMemeber属性也都是有的,只是IntelliSense不能将其智能感知出来。 MSDN:This property supports the .NET Framework infrastructure and is not intended to be used directly from your code.
posted @ 2006-03-16 15:30  AoneChen  阅读(110)  评论(0)    收藏  举报