[]
Represents the choice to perform an action.
public enum YesNoCancel
Public Enum YesNoCancel
Name | Description |
---|---|
Cancel | The action is performed if all conditions are satisfied. |
No | The action is performed partly that don't violate any condition. |
Yes | The action will be performed regardless of any condition. |