Enum MessageBoxDialogButtons
MessageBox buttons.
Namespace: VisioForge.Core.Types
Assembly: VisioForge.Core.dll
Syntax
public enum MessageBoxDialogButtons
Fields
| Name | Description |
|---|---|
| AbortRetryIgnore | The Abort, Retry, and Ignore buttons. |
| CancelTryContinue | The Cancel, Try, and Continue buttons. |
| OK | The OK button. |
| OKCancel | The OK and Cancel buttons. |
| RetryCancel | The Retry and Cancel buttons. |
| YesNo | The Yes and No buttons. |
| YesNoCancel | The Yes, No and Cancel buttons. |