How to create a numeric textbox in Silverlight?

Posted by Mark Ingram on Stack Overflow See other posts from Stack Overflow or by Mark Ingram
Published on 2008-11-06T10:19:39Z Indexed on 2010/05/28 9:11 UTC
Read the original article Hit count: 483

Filed under:
|
|
|
|

As the title says really. I've had a look at inheriting from TextBox, but the only sensible override was "OnKeyDown", but that just gives me a key from the Key enum (with no way to use Char.IsNumeric()).

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET