简体   繁体   English

VB.NET-表单运行时TextBox1.text将集中在我要取消集中的文本上

[英]VB.NET - TextBox1.text on form run will focus on the text I want to unfocus

Just a quick question my textbox1.text seems to get focus when I run the APP. 只是一个简单的问题,当我运行APP时,我的textbox1.text似乎得到了关注。

how do I cancel any focus to any textbox? 如何取消对任何文本框的关注?

I just don't want to select it or anything when I work with it only when the user select or uses it. 我只是不想选择它,或者仅当用户选择或使用它时才选择它。

Thanks! 谢谢!

将文本框的TabStop设置为False.

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM