←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly