Dot Net WindowsForms Question:

Download Job Interview Questions and Answers PDF

Which property is used to lock a textbox to enter data?

Dot Net WindowsForms Interview Question
Dot Net WindowsForms Interview Question

Answer:

TextBox.Enabled = True;

This property is used to lock the text box to enter data.

Download Dot Net WindowsForms Interview Questions And Answers PDF

Previous QuestionNext Question
What is the need of z-order method?How many number of events does the Timer controls?