TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
zohaib khan
NA
26
37.1k
Add MaxCharactersAllowed property to TextBox same as MaxLength
Jun 25 2012 4:53 AM
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
Reply
Answers (
2
)
Deploy my desktop application
Advantage of Private constructor in C#