←Select platform

Abort Property

Summary

Indicates whether this operation should be aborted.

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

Property Value

true if this operation should be aborted; otherwise, false. Default value is false.

Remarks

The user can abort an operation for two reasons: The application requires a custom action when this operation happens and the default behavior should not run, or if the application allows the user to cancel the operation through the user interface. In either case, set the value of Abort to true and the document viewer will not run the default action of this operation.

Abort can only be used before the operation is run (IsPostOperation is false).

Requirements

Target Platforms

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

Leadtools.Document.Viewer.WinForms Assembly