LEADTOOLS JavaScript (Leadtools.Controls)

Stop Method (ImageViewerInteractiveMode)

Show in webframe
The image viewer to associate with this mode.
Stops the mode.
Syntax
 function Leadtools.Controls.ImageViewerInteractiveMode.stop( 
   viewer 
)

Parameters

ParameterTypeDescription
viewerImageViewerThe image viewer to associate with this mode.
Remarks

This method must be overridden in your derived class when implementing your own interactive modes. For an example, refer to ImageViewerInteractiveMode.

The ImageViewer will call Stop when the user removes this mode using SetMouseInteractiveMode, MouseWheelInteractiveMode, TouchInteractiveMode or DefaultInteractiveMode. Typically, the mode should unsubscribe to the required events in InteractiveService previously used in Start.

Example

For an example, refer to ImageViewerInteractiveMode.

See Also

Reference

ImageViewerInteractiveMode Object
ImageViewerInteractiveMode Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.