-
Notifications
You must be signed in to change notification settings - Fork 1
MessageBoxButtons
Konoplev Anatolii edited this page Jun 12, 2020
·
1 revision
Specifies constants defining which buttons to display on a MessageBox
public enum MessageBoxButtons| value | Description |
|---|---|
| OK | The message box contains an OK button |
| OKCancel | The message box contains OK and Cancel buttons |
| AbortRetryIgnore | The message box contains Abort, Retry, and Ignore buttons |
| YesNoCancel | The message box contains Yes, No, and Cancel buttons |
| YesNo | The message box contains Yes and No buttons |
| RetryCancel | The message box contains Retry and Cancel buttons |