userInputEnabled

Type: Boolean

Availability: Read or write at run time only

The userInputEnabled property of the Table class provides you with the ability to enable or disable all inputType and cellControl property actions that are currently set. The userInputEnabled property enables you to establish the input facilities for the table and disable then until some other precondition on the form is completed.

By default, the userInputEnabled parameter is set to true, and when the user moves to a cell that has an inputType or cellControl property in effect, the appropriate control is positioned and then made available for user interaction.

When the userInputEnabled property is set to false, the inputType or the cellControl property value is ignored for all cells.

As the readOnly property allows inputType or cellControl property actions when the readOnly property is set to false, it does not cover all required user situations that can be handled by this userInputEnabled property.