←Select platform

Cancel Property

Summary
Gets or sets the Cancel flag. When set to true cancels the process.
Syntax
C#
C++/CLI
Python
public bool Cancel { get; set; } 
public: 
property bool Cancel { 
   bool get(); 
   void set (    bool ); 
} 
Cancel # get and set (ProgressEventArgs) 

Property Value

If set to true it will cancel the process.

Remarks

If State is WillProcess and Cancel is to true then processing skips to next field type.

If State is not WillProcess and we set Cancel to true then the process will be canceled. Any remaining fields will not processed.

Requirements

Target Platforms

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

Leadtools.Forms.Commands Assembly

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