MobileForms Toolkit Documentation

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

Shows the common Yes|Cancel message box.

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

Parameters

title
The message title.
multiline
Whether the title is multiline.
items
Two texts strings for the Yes and Cancel buttons.

Return Value

The dialog result for the button clicked.

See Also

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