Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在为 WP7 开发人员处理多个文本框时,如何让文本框擦除先前输入的数据(字符串/整数)并只显示一个空白文本框?
我没有正确理解您的要求。但据我了解,这是可能的解决方案。
只需将 String.Empty 分配给文本框 GotFocus 事件中所有文本框的 textbox.text 属性。
或者您想通过代码找到所有以编程方式呈现的文本框?如果没有,上述解决方案应该足以满足您的需要。