本文介绍了MaskedTextBox在Caledar选择中保留事件触发的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用每月日历,我已为其设置了Minium和Maximum Dates。 按下向前或向后按钮时,MaskedTextBox上的leave事件将触发。 我怎么能阻止这种情况发生? (C#)


Styler

I am using a Monthly Calendar for which I have set the Minium and Maximum Dates.  When the forward or backward button is pressed, the leave event on the MaskedTextBox fires.  How can I stop this from happening? (C#)


Styler

推荐答案

 

maskedbox1.focus()吗?

maskedbox1.focus() at the end of each button onclick event?


这篇关于MaskedTextBox在Caledar选择中保留事件触发的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-18 17:12