Error processing SSI file
(Leadtools.Controls)

Show in webframe

Stop Method (ImageViewerInteractiveMode)




The image viewer to associate with this mode.
Stops the mode.
Syntax
public virtual void Stop( 
   ImageViewer imageViewer
)
'Declaration
 
Public Overridable Sub Stop( _
   ByVal imageViewer As ImageViewer _
) 

Parameters

imageViewer
The 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 from the viewer or disables it. Typically, the mode should unsubscribe to the required events in InteractiveService previously used in Start.

Example

For an example, refer to ImageViewerInteractiveMode.

Requirements

Target Platforms

See Also

Reference

ImageViewerInteractiveMode Class
ImageViewerInteractiveMode Members

Error processing SSI file