Click or drag to resize

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)
Syntax
public enum ShowMessageAction
Members
  Member nameValueDescription
None0 None
OK1 ask to the message box to display the button OK
OKCancel2 ask to the message box to display the button OK and cancel
Cancel3 Cancel
YesNoCancel4 ask to the message box to display the button Yes No Cancel
YesNo5 ask to the message box to display the button Yes No
See Also