UserPromptStandardButtons Enum
Defines standard buttons that are available for use on UserPromptControl.
[Flags]
public enum UserPromptStandardButtons
Fields
| Name | Description |
|---|---|
| Abort | The standard 'Abort' button. |
| AbortRetryIgnore | The standard combination of 'Abort', 'Retry', and 'Ignore' buttons. |
| Cancel | The standard 'Cancel' button. |
| Close | The standard 'Close' button. |
| Help | The standard 'Help' button. |
| Ignore | The standard 'Ignore' button. |
| No | The standard 'No' button. |
| None | No standard buttons. |
| OK | The standard 'OK' button. |
| OKCancel | The standard combination of 'OK' and 'Cancel' buttons. |
| Retry | The standard 'Retry' button. |
| RetryCancel | The standard combination of 'Retry' and 'Cancel' buttons. |
| Yes | The standard 'Yes' button. |
| YesNo | The standard combination of 'Yes' and 'No' buttons. |
| YesNoCancel | The standard combination of 'Yes', 'No', and 'Cancel' buttons. |