%%PageItemTitle%%

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
cancel Method
See Also  Example
vdWebLibrary Namespace > BaseActionObj Class : cancel Method
Cancel user active action

Syntax

JScript 
public function cancel();

Example

C#Copy Code
vdcanvas.ActiveAction().cancel();

See Also