|
-
June 25th, 2012, 03:49 AM
#1
Add MaxCharactersAllowed property to TextBox same as MaxLength
Hi,
In my project I set max char allowed for TextBox using following
TextBox.MaxLength = 20;
I want add one more property as MaxCharactersAllowed. This will work same as MaxLength
TextBox.MaxCharactersAllowed = 20;
I found that TextBox properties written in "System.Windows.Controls.TextBox.cs"
Any idea how to add property?
- Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|