HardErrorResponseOption Enumeration
Namespace: DevCase.Win32.EnumsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum HardErrorResponseOption
Public Enumeration HardErrorResponseOption
Dim instance As HardErrorResponseOption
public enum class HardErrorResponseOption
type HardErrorResponseOption
No code example is currently available or this language may not be supported.
OptionAbortRetryIgnore |
0 |
Visible buttons: ABORT, RETRY, IGNORE
( like AbortRetryIgnore )
|
OptionOk |
1 |
Visible buttons: OK
( like OK )
|
OptionOkCancel |
2 |
Visible buttons: OK, CANCEL
( like OKCancel )
|
OptionRetryCancel |
3 |
Visible buttons: RETRY, CANCEL
( like RetryCancel )
|
OptionYesNo |
4 |
Visible buttons: YES, NO
( like YesNo )
|
OptionYesNoCancel |
5 |
Visible buttons: YES, NO, CANCEL
( like YesNoCancel )
|
OptionShutdownSystem |
6 |
(Not documented)
|