本文介绍了如何禁用C#中的部分文本框?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


我有一个显示日期的文本框.我用用户从组合框中选择的月份和年份填充日期.而用户只需填写日期.

我可以禁用一些显示月份和年份的文本框吗?

解决方案



hi
i have one text box that shows date.i fill it with the month and year that user choose from combo box.and the user just fill the day.

can i disable some of the textbox that show month and year?
how?

解决方案



这篇关于如何禁用C#中的部分文本框?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-30 07:22