MessageButton Enumeration

Message button enum.

Definition

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

Remarks

Specifies the buttons to display in a message box. It is used as an argument to the Overload:Aliquo.Windows.Message.Show method.

Members

OK0 The message box displays the OK button.
OKCancel1 The message box displays the OK and Cancel buttons.
YesNoCancel3 The message box displays Yes, No, and Cancel buttons.
YesNo4 The message box displays Yes and No buttons.

See Also