←Select platform

Cancel Property

Summary
Cancel the current operation.

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

Property Value

true cancel the current operation, otherwise, continue.

Requirements

Target Platforms

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

Leadtools.Forms.Auto Assembly

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