在下拉框中新增物件應注意...

vina發表於2011-01-17

在C#的下拉框中新增一個物件時:

            new物件:listItem l=new listItem("要顯示出來的文字","對應文字的值")

            即:listItem l=new listItem("text","value")

           新增該項時:this.物件.items.add(索引,text值)

相關文章