LEADTOOLS WPF and Silverlight (Leadtools.Windows.Controls assembly)

CancelInteractiveMode Method

Show in webframe





Cancels the current interactive mode.
Syntax
public virtual void CancelInteractiveMode()
'Declaration
 
Public Overridable Sub CancelInteractiveMode() 
'Usage
 
Dim instance As ImageViewer
 
instance.CancelInteractiveMode()

            

            
public:
virtual void CancelInteractiveMode(); 
Remarks

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.

Example

For C#/VB examples, refer to IsInteractiveModeBusy.

Requirements

Target Platforms

See Also

Reference

ImageViewer Class
ImageViewer Members

 

 


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