Indicates whether an exception is raised upon validation errors.
Declaration
componentObj.ExceptionOnInvalidInput
Read-Write Property | Boolean |
componentObj | One of the objects listed in the Applies To section |
Applies To
The property applies to the following objects:
Description
Use the ExceptionOnInvalidInput
property to determine the component’s behavior during an invalid input value. If this property is set to True an exception is raised when the input value fails validation. Otherwise, no exception is raised, but you cannot select another component until you input the valid value to the current component.
Property Value
True, if the Invalid Input exception is fired upon validation error and False otherwise.