MessageResult Enumeration

Message result enum.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public enum MessageResult

Remarks

Specifies which button in a message box the user clicks. The Overload:Aliquo.Windows.Message.Show method returns the System.Windows.MessageResult object.

Members

None0 The message box does not return any results.
OK1 The result value of the message box is OK.
Cancel2 The result value of the message box is Cancel.
Yes6 The result value of the message box is Yes.
No7 The result value of the message box is No.

See Also