BreakType Enumeration

Summary
Defines break types for add-ins.
Syntax
C#
VB
C++
public enum BreakType 
  
Public Enum BreakType  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
public enum class BreakType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
Members
ValueMemberDescription
0CancelThe add-in request was canceled.
1ShutdownThe computer is shutting down.
2TimeoutThe add-in has timed out.
3AbortThe user has issued an abort request.
Requirements

Target Platforms

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

Leadtools.Dicom.AddIn Assembly

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