Enum MsgClickedBtn
The button user clicked.
Namespace: SprutTechnology.SCPostprocessor
Assembly: SCPostprocessor.dll
Syntax
public enum MsgClickedBtn
Fields
Name | Description |
---|---|
Abort | "Abort" button. |
All | "All" button. |
Cancel | "Cancel" button. |
Close | "Close" button. |
Continue | "Continue" button. |
Help | "Help" button. |
Ignore | "Ignore" button. |
No | "No" button. |
NoToAll | "No to all" button. |
OK | "Ok" button. |
Retry | "Retry" button. |
TryAgain | "Try again" button. |
Unknown | There is no information about the clicked button. |
Yes | "Yes" button. |
YesToAll | "Yes to all" button. |