LEADTOOLS Medical (Leadtools.Medical.Workstation assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
MessageType Enumeration
See Also  
Leadtools.Medical.Workstation Namespace : MessageType Enumeration




Provide values for the MessagerMessageEventArgs.Type property.

Syntax

Visual Basic (Declaration) 
Public Enum MessageType 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As MessageType
C# 
public enum MessageType : System.Enum, IComparableIConvertibleIFormattable  
Managed Extensions for C++ 
__value public enum MessageType : public System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class MessageType : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
ErrorIndicate that an error occured and the message contains the error description.
InformationIndicate that the message contains information for the user.
WarningIndicate that the message contains warning for the user.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Medical.Workstation.MessageType

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also