Contents Index Topic Contents | ||
Previous Topic: returnValue Next Topic: rev |
returnValue
Description
Specifies the return value from the event.
Syntax
object.returnValue[ = Boolean]
Settings
This read-write property can be either TRUE or FALSE. Setting it to FALSE cancels the default action of the source element of the event.
The value of this property takes precedence over values returned by the function, such as through a return statement.
Applies To
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.