| Visual Basic (Declaration) | |
|---|---|
Public Enum BreakType Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum BreakType : Enum | |
| C++/CLI | |
|---|---|
public enum class BreakType : public Enum | |
| Member | Description |
|---|---|
| Cancel | The addin request was canceled. |
| Shutdown | The computer is shutting down. |
| Timeout | The addin has timed out. |
| Abort | The user has issued an abort request. |
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.AddIn.Interfaces.BreakType
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code