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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.