Defines the message box buttons.
| C# | Visual Basic | Visual C++ |
public enum IWMessageBoxButtons
Public Enumeration IWMessageBoxButtons
public enum class IWMessageBoxButtons
| Member | Description |
|---|---|
| Ok |
Ok.
|
| OkCancel |
Ok and Cancel.
|
| AbortRetryIgnore |
Abort, Retry, and Ignore.
|
| YesNoCancel |
Yes, No, and Cancel.
|
| YesNo |
Yes and No.
|
| RetryCancel |
Retry and Cancel.
|