| Visual Basic (Declaration) | |
|---|---|
Public Enum esriE2MessageBoxType Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum esriE2MessageBoxType : Enum | |
| Member | Description |
|---|---|
| Simple | Simple message box (no icon). |
| Exclamation | Message box with an exclamation point icon. |
| Information | Message box with an information icon. |
| Critical | Message box with a critical icon. |
| Question | Message box with a question mark icon. |
For use with the E2.MessageBox method.
System.Object
System.ValueType
System.Enum
ESRI.ArcGIS.E2API.esriE2MessageBoxType
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
This enumeration was added to the E2API at version 1.0.0.348.
Copy Code