MessageResult Enumeration
Message result enum.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
public enum MessageResult
Public Enumeration MessageResult
Specifies which button in a message box the user clicks. The Overload:Aliquo.Windows.Message.Show method returns the System.Windows.MessageResult object.
None | 0 |
The message box does not return any results.
|
OK | 1 |
The result value of the message box is OK.
|
Cancel | 2 |
The result value of the message box is Cancel.
|
Yes | 6 |
The result value of the message box is Yes.
|
No | 7 |
The result value of the message box is No.
|