Represents the error mode of a ONERROR object.
Visual Basic |
---|
Public Property ErrorType As ENUM_ERROR_TYPES |
Read/write Long value.
This property only affects objects of type ONERROR. For other objects, setting the property has no effect, and getting it always returns zero.
The valid values for ErrorMode: 0 for off, 1 for jump to label, and 2 for set a variable.