-
Couldn't load subscription status.
- Fork 2
T_DataTools_MessageBoxEx_MessageBoxExResult
Nathan Moschkin edited this page Aug 22, 2020
·
4 revisions
Enumeration of results returned from a MessageBoxEx dialog box. Where possible, these values correspond directly to the equivalent DialogResult values.
Namespace: DataTools.MessageBoxEx
Assembly: MessageBoxEx (in MessageBoxEx.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public enum MessageBoxExResultVB
Public Enumeration MessageBoxExResult
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | None | |
| OK | 1 | OK | |
| Cancel | 2 | Cancel | |
| Abort | 3 | Abort | |
| Retry | 4 | Retry | |
| Ignore | 5 | Ignore | |
| Yes | 6 | Yes | |
| No | 7 | No | |
| All | 128 | All can be combined with any other flag (for future features) | |
| YesToAll | 134 | Yes To All; a bitwise OR of Yes and All | |
| Custom | 256 | Custom result to be retrieved from the CustomResult parameter. |