ESRI.ArcGIS.E2API Feedback via the User Forum
esriE2MessageBoxType Enumeration
See Also  
ESRI.ArcGIS.E2API Namespace : esriE2MessageBoxType Enumeration


Message box options.

Syntax

Visual Basic (Declaration) 
Public Enum esriE2MessageBoxType 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As esriE2MessageBoxType
C# 
public enum esriE2MessageBoxType : Enum 

Members

MemberDescription
SimpleSimple message box (no icon).
ExclamationMessage box with an exclamation point icon.
InformationMessage box with an information icon.
CriticalMessage box with a critical icon.
QuestionMessage box with a question mark icon.

Remarks

For use with the E2.MessageBox method.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.E2API.esriE2MessageBoxType

Platforms

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Version Information

This enumeration was added to the E2API at version 1.0.0.348.

See Also