MessageBoxExButtons Enumeration
Specifies constants defining which buttons to display on a MessageBoxEx.
Syntax
public enum MessageBoxExButtons : System.Enum
public enum class MessageBoxExButtons : public System.Enum
Members
| Member | Description |
|---|---|
| AbortRetryIgnore | The message box contains Abort, Retry, and Ignore buttons. |
| OK | The message box contains an OK button. |
| OKCancel | The message box contains OK and Cancel buttons. |
| OKIgnore | The message box contains OK and Ignore buttons. |
| RetryCancel | The message box contains Retry and Cancel buttons. |
| RunDebugExit | The message box contains Run, Debug and Exit buttons. |
| YesNo | The message box contains Yes and No buttons. |
| YesNoCancel | The message box contains Yes, No, and Cancel buttons. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
Aveva.ApplicationFramework.Presentation.MessageBoxExButtons
Requirements
Target Platforms: Windows Server 2019 (64 bit), Windows Server 2016 R2 (64 bit), Windows 10 (64 bit)
See Also