Asked by Stephan Polit on Jun 08, 2024

verifed

Verified

If the _____ property for a form control is set to No, the control cannot have the focus in Form view.

A) Tab Order
B) Enabled
C) Visible
D) Focus

Enabled Property

A setting that defines whether a user interface element or feature is active and available for use.

  • Understand the significance of form attributes in managing user interactions and ensuring the accuracy of data.
verifed

Verified Answer

NJ
Nurse JonesJun 13, 2024
Final Answer :
B
Explanation :
The "Enabled" property determines whether a control can be interacted with or not. If it is set to "No", the control cannot have the focus in Form view. The "Tab Order" property determines the order in which controls are navigated through using the Tab key. The "Visible" property determines whether a control is visible or hidden on the form. The "Focus" property determines whether a control has the focus or not, but it cannot be set to "No" as it is a Boolean property.