MobileForms Toolkit Documentation

MessageBoxEx.Show Method

Shows a multiline text message with a single OK button.

Overload List

Shows a multiline text message with a single OK button.

public static void Show(string);

Shows a multiline text message with a single OK button.

public static void Show(string,string);

Displays a message box with the specified text, caption, buttons, icon, and default button.

public static DialogResult Show(string,string,MessageBoxButtons,MessageBoxIcon,MessageBoxDefaultButton);

Shows a message box with the passed text, icon and buttons.

public static DialogResult Show(MessageBoxIcon,bool,string,params MenuItem[]);

 

public static T Show(MessageBoxIcon,bool,string,T,params MenuItem[]);

See Also

MessageBoxEx Class | Resco.Controls.MessageBox Namespace