Gorgon
Show / Hide Table of Contents

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.

Extension Methods

GorgonNullExtensions.AsNullable<T>(object)
GorgonNullExtensions.IfNull<T>(object, T)
GorgonNullExtensions.IsNull(object)
  • Edit this page
  • View Source
In this article
Back to top Copyright 2023 - Licensed under the MIT license by Michael Winsor (Tape_Worm).
Send comments on this topic to the author