| Visual Basic (Declaration) | |
|---|---|
Public Enum MessageType Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As MessageType | |
| C# | |
|---|---|
public enum MessageType : System.Enum, IComparable, IConvertible, IFormattable | |
| Managed Extensions for C++ | |
|---|---|
__value public enum MessageType : public System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class MessageType : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| Error | Indicate that an error occured and the message contains the error description. |
| Information | Indicate that the message contains information for the user. |
| Warning | Indicate that the message contains warning for the user. |
System.Object
System.ValueType
System.Enum
Leadtools.Medical.Workstation.MessageType
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code