MobileForms Toolkit Documentation

MessageBoxEx.ShowYesNoCancel Method (String, Boolean, String[])

Shows the common Yes|No|Cancel message box.

public static DialogResult ShowYesNoCancel(
string title,
bool multiline,
params string[] items
);

Parameters

title
The message title.
multiline
Whether the title is multiline.
items
Three texts strings for the Yes, No and Cancel MenuItems.

Return Value

The dialog result for the MenuItem clicked.

See Also

MessageBoxEx Class | Resco.Controls.MessageBox Namespace | MessageBoxEx.ShowYesNoCancel Overload List