Dot Net WindowsForms Question:
Which property is used to lock a textbox to enter data?
Answer:
TextBox.Enabled = True;
This property is used to lock the text box to enter data.
This property is used to lock the text box to enter data.
Previous Question | Next Question |
What is the need of z-order method? | How many number of events does the Timer controls? |