Cancels the current interactive mode.
public virtual void CancelInteractiveMode()
Public Overridable Sub CancelInteractiveMode()
public:
virtual void CancelInteractiveMode();
Use this method to cancel any interactive modes currently being performed in the control. Use the IsInteractiveModeBusy property to check if the control is currently performing an interactive mode operation.
You can also cancel the interactive mode by subscribing to the corresponding OnInteractiveXYZ event and setting the InteractiveEventArgs.Cancel property. The CancelInteractiveMode method provide a general purpose canceling method even if the control is not currently busy.
For C#/VB examples, refer to IsInteractiveModeBusy.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET