In This Topic
GdPicture14.WEB Namespace / DocuViewareMessageIcon Enumeration

DocuViewareMessageIcon Enumeration

In This Topic
Specifies constants defining which icon to display in a DocuViewareMessage box.
Syntax
'Declaration
 
Public Enum DocuViewareMessageIcon 
   Inherits System.Enum
public enum DocuViewareMessageIcon : System.Enum 
Members
MemberValueDescription
Error16 The message box contains a symbol consisting of white X in a circle with a red background.
Information64 The message box contains a symbol consisting of a lowercase letter i in a circle
None0 The message box contain no symbols.
Ok128 The message box contains a symbol consisting of a validation mark
Question32 The message box contains a symbol consisting of a question mark in a circle.
Warning48 The message box contains a symbol consisting of an exclamation point in a triangle with a yellow background.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GdPicture14.WEB.DocuViewareMessageIcon

See Also