Error processing SSI file
(Leadtools.Controls)

Show in webframe

Start Method (ImageViewerInteractiveMode)




The image viewer to associate with this mode.
Starts the mode.
Syntax
public virtual void Start( 
   ImageViewer imageViewer
)
'Declaration
 
Public Overridable Sub Start( _
   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 Start when the user sets this mode in the viewer and enables it. Typically, the mode should subscribe to the required events in InteractiveService and wait for user interaction. You should unsubscribe to these events when Stop is called.

Example

For an example, refer to ImageViewerInteractiveMode.

Requirements

Target Platforms

See Also

Reference

ImageViewerInteractiveMode Class
ImageViewerInteractiveMode Members

Error processing SSI file