C#
VB
C++
Provide values for the MessagerMessageEventArgs.Type property.
public enum MessageType
Public Enum MessageType
Inherits System.Enum
Implements System.IComparable, System.IConvertible, System.IFormattable
public enum class MessageType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Members
Value | Member | Description |
---|---|---|
0 | Information | Indicate that the message contains information for the user. |
1 | Warning | Indicate that the message contains warning for the user. |
2 | Error | Indicate that an error occurred and the message contains the error description. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET