我在哪里可以找到在WPF免费蒙面文本框?我在、可以找到、文本框、WPF

2023-09-02 21:08:28 作者:  朝朝暮暮的期盼、

你知道在文本框中使用防毒面具(正则表达式)的任何免费的WPF的组成部分?

Do you know any freely available WPF component for using masks (regex) in textbox?

推荐答案

我想你会找到你所需要的这种控制库: HTTP://www.$c$cplex.com/WPFDeveloperTools

I think you will find what you need in this control library: http://www.codeplex.com/WPFDeveloperTools

查找FilteredTextBox在所有的其他有用的控制。我不认为它正则表达式,但它应该是能够过滤只是你需要的一切,因为你将有来源,你会发现它很容易提升。

Look for 'FilteredTextBox' amongst all the other useful controls. I don't think it does regex, but it should be able to filter just about everything you need, and since you will have the source, you should find it easy to enhance.

作为奖励,这是在codePLEX免费和开源的。

As a bonus, it is free and open source on CodePlex.

您也可以找到关于如何去这里实现这个自己一个很好的博客文章:http://marlongrech.word$p$pss.com/2007/10/28/masked-textbox/

You can also find a nice blog post about how to go about implementing this yourself here: http://marlongrech.wordpress.com/2007/10/28/masked-textbox/