←Select platform

Cancel Property

Summary

Gets or sets the Cancel flag. When set to true cancels the process.

Syntax
C#
VB
C++
public bool Cancel { get; set; } 
Public Property Cancel As Boolean 
public: 
property bool Cancel { 
   bool get(); 
   void set (    bool ); 
} 

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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Commands Assembly