←Select platform

Cancel Property

Summary
Gets or sets a value indicating whether the run operation should be canceled.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public bool Cancel { get; set; } 
@property (nonatomic, assign) BOOL cancel; 
public boolean getCancel() 
public void setCancel(boolean cancel) 
public:  
   property bool Cancel 
   { 
      bool get() 
      void set(bool value) 
   } 
Cancel # get and set (AnnRunDesignerEventArgs) 

Property Value

true if the run operation should be canceled; otherwise, false. The default value is false.

Remarks

You should set this property to true to prevent an AnnObject from entering run mode.

Requirements

Target Platforms

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

Leadtools.Annotations.Engine Assembly

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