ComboBox的Text 是可编辑的 能不能改成不可编辑? 问题点数:10、回复次数:1Top
ComboBox1->Items->Add("不能编辑"); ComboBox1->Style = csDropDownList;Top