-
Couldn't load subscription status.
- Fork 2
T_DataTools_MessageBoxEx_MessageBoxExType
nmoschkin edited this page Aug 22, 2020
·
2 revisions
MessageBoxEx message box types (a collection of standard buttons.) Where possible, these values correspond directly to the equivalent MessageBoxButtons values.
Namespace: DataTools.MessageBoxEx
Assembly: MessageBoxEx (in MessageBoxEx.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public enum MessageBoxExTypeVB
Public Enumeration MessageBoxExType
| Member name | Value | Description | |
|---|---|---|---|
| OK | 0 | OK button | |
| OKCancel | 1 | OK and Cancel buttons | |
| AbortRetryIgnore | 2 | Abort, Retry, and Ignore buttons | |
| YesNoCancel | 3 | Yes, No, and Cancel buttons | |
| YesNo | 4 | Yes and No buttons | |
| RetryCancel | 5 | Abort, Retry, and Ignore buttons | |
| YesNoAll | 6 | Yes, No, and Yes To All buttons | |
| YesNoAllCancel | 7 | Yes, No, Yes To All, and Cancel buttons | |
| Custom | 256 | Custom buttons defined by the user |