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

Leadtools.Forms.Auto Assembly