%%PageItemTitle%%

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
IsCanceled Method
See Also 
vdWebLibrary Namespace > BaseActionObj Class : IsCanceled Method
If true, the Action has been canceled by the user.

Syntax

JScript 
public function IsCanceled() : boolean;

Return Value

True if the Action has been cannceled by the user, false if not.

See Also