←Select platform

Cancel Property

Summary
Cancel the current operation.

Syntax
C#
C++/CLI
Java
Python
public bool Cancel { get; set; } 
public boolean getCancel(); 
setCancel( 
   boolean 
); 
public: 
property bool Cancel { 
   bool get(); 
   void set (    bool ); 
} 
Cancel # get and set (AutoFormsProgressEventArgs) 

Property Value

true cancel the current operation, otherwise, continue.

Requirements

Target Platforms

Help Version 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Auto Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.