MobileForms Toolkit Documentation

MessageBoxEx.ShowList Method (String, String, String[])

Shows a menu and waits for the user to select an item.

public static Nullable ShowList(
string title,
string defaultText,
params string[] items
);

Parameters

title
The message title (single line).
defaultText
The cancel button text, or null if N/A.
items
The test label for each item.

Return Value

The index of the selected item.

See Also

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