MessageType Enumeration

Summary

Provide values for the MessagerMessageEventArgs.Type property.

Syntax
C#
VB
C++
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
ValueMemberDescription
0InformationIndicate that the message contains information for the user.
1WarningIndicate that the message contains warning for the user.
2ErrorIndicate that an error occurred and the message contains the error description.

Requirements

Target Platforms

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

Leadtools.Medical.Workstation Assembly