C#中combobox不可编辑与不可选择

不可编辑:comboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;

     将Style属性改为csDropDownList

不可选择:设置Enabled=false

原文地址:https://www.cnblogs.com/LuoXiaoTing604404828/p/4863097.html