 | ShowMessageAction Enumeration |
ShowMessage actions to display
Namespace:
EBP.Api.Interfaces.MessageHub
Assembly:
EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntaxpublic enum ShowMessageAction
Public Enumeration ShowMessageAction
Members
| Member name | Value | Description |
---|
| None | 0 |
None
|
| OK | 1 |
ask to the message box to display the button OK
|
| OKCancel | 2 |
ask to the message box to display the button OK and cancel
|
| Cancel | 3 |
Cancel
|
| YesNoCancel | 4 |
ask to the message box to display the button Yes No Cancel
|
| YesNo | 5 |
ask to the message box to display the button Yes No
|
See Also