Dot Net WindowsForms Question:

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

Tweet Share WhatsApp

Answer:

TextBox.Enabled = True;

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

Read All 21 Dot Net WindowsForms Questions
Previous QuestionNext Question
What is the need of z-order method?How many number of events does the Timer controls?