The ____ property is used to return or set a value that determines whether the…
2018
The ____ property is used to return or set a value that determines whether the control can respond to user-generated events.
- A.
Auto
- B.
Enable
- C.
Value
- D.
Visible
Attempted by 136 students.
Show answer & explanation
Correct answer: B
The Enable property is used to return or set a Boolean value that determines whether a control can respond to user-generated events. When true: the control can receive focus and respond to user input and events.
When false: the control is disabled, cannot receive focus, and will not respond to user actions.
Typical value type: Boolean (true or false).
Example: setting the property to true enables interaction; setting it to false disables interaction.
A video solution is available for this question — log in and enroll to watch it.