which of the following is not the property of textbox control ? a.caption b. text c. name d. enabled
Answers
Answered by
7
The default event for a TextBox is the Change event.
Answered by
5
Option “A” is the correct answer i.e. captions.
• Caption is not the property of text box control
• The Caption property is the most communal property that exhibits text on the control for example a command button and a label.
• Text Box controls do not allow the Caption property.
• The Text property embraces text for Text Box controls.
Hope it helped...
Similar questions