Enum MsgBtnSet
The set of buttons which should be available in the message box.
Namespace: SprutTechnology.SCPostprocessor
Assembly: SCPostprocessor.dll
Syntax
public enum MsgBtnSet
Fields
Name | Description |
---|---|
AbortRetryIgnore | Abort, Retry and Ignore buttons. |
Ok | Ok button only. |
OkCancel | Ok and Cancel buttons. |
RetryCancel | Retry and Cancel buttons. |
YesNo | Yes and No buttons. |
YesNoCancel | Yes, No and Cancel buttons. |