Enum ConfirmationResult
Confirmation dialog result values.
Namespace: Gorgon.UI
Assembly: Gorgon.Windows.dll
Syntax
[Flags]
public enum ConfirmationResult
Remarks
The Yes
and No
fields can be OR'd with the ToAll
field to indicate "Yes to all", or "No to all".
Fields
Name | Description |
---|---|
Cancel | Cancel clicked. |
No | No clicked. |
None | No confirmation. |
ToAll | To all checked. |
Yes | Yes clicked. |