HardErrorResponseOption Enumeration

Definition

Namespace: DevCase.Win32.Enums
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum HardErrorResponseOption

Remarks

Members

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)

See Also