←Select platform

CancelInteractiveMode Method

Summary

Cancels the current interactive mode.

Syntax

C#
VB
C++
public virtual void CancelInteractiveMode() 
  
Public Overridable Sub 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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Controls Assembly