Name the property which specifies whether the text box will be appearing or not during execution. *In Visual Basic
Answers
Answered by
2
Answer:
The TextBox Control allows you to enter text on your form during runtime. The default setting is that it will accept only one line of text, but you can modify it to accept multiple lines. You can even include scroll bars into your TextBox Control.
Similar questions