I am using Windows application for my project. Now I want to make some text hidden in Rich Text box control.
So is there any functionality to make hidden some text in Rich Text Box control?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
if it’s text no one can modify that you don’t want them to see, put it in a label and set the visible property to false.
If you want to capture their entry into the textbox but not have it show up in the UI, you can use the keypress/keydown events.