Click or drag to resize

MessageBoxButtons Enumeration

Message box buttons for methods of MessageBox

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public enum MessageBoxButtons
Members
  Member nameValueDescription
OK0 Only a single OK button
OKCancel1 OK and Cancel buttons
YesNo2 Yes and no buttons
YesNoCancel3 Yes, no, and cancel buttons
Remarks
This defined which buttons to show on the message box. If there are different buttons you require, you can use Dialog instead to create your own.
See Also