DialogResult - ahatornn/clforms GitHub Wiki
DialogResult
ClForms.Common.DialogResult
Specifies identifiers to indicate the return value of a dialog box
public enum DialogResult
Values
| value | Description |
|---|---|
| Abort | The return value of the dialog box is Abort |
| Cancel | The return value of the dialog box is Cancel |
| Ignore | The return value of the dialog box is Ignore |
| No | The return value of the dialog box is No |
| None | Nothing returns from the dialog box. This means that the modal dialog continues |
| OK | The return value of the dialog box is OK |
| Retry | The return value of the dialog box is Retry |
| Yes | The return value of the dialog box is Yes |