开发者

How can I prevent users from writing things inside of a ComboBox?

开发者 https://www.devze.com 2023-01-23 05:38 出处:网络
I\'d like my Windows Form ComboBox to only allow users to select from available options and not wr开发者_JAVA百科ite things in.

I'd like my Windows Form ComboBox to only allow users to select from available options and not wr开发者_JAVA百科ite things in.

Is there a property somewhere I'm missing? Thank you.


Set DropDownStyle property to DropDownList.

0

精彩评论

暂无评论...
验证码 换一张
取 消