Represents the error mode of a ONERROR object.
Visual Basic |
---|
Public Property ErrorMode As ENUM_ERROR_MODES |
Read/write Long.
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.