Displays a message box that has a message, title bar caption, button and icon; and calls back with the result.
Overload List
Overload | Description |
Show(String,String,C1MessageBoxButton,C1MessageBoxIcon,Action<MessageBoxResult>) | Displays a message box that has a message, title bar caption, button and icon; and calls back with the result. |
Show(String,Action<MessageBoxResult>) | Displays a message box that has a message and calls back with the result. |
Show(String,String,Action<MessageBoxResult>) | Displays a message box that has a message and title bar caption; and calls back with the result. |
Show(String,String,C1MessageBoxButton,Action<MessageBoxResult>) | Displays a message box that has a message, title bar caption and button; and calls back with the result. |
Show(String,String,C1MessageBoxIcon,Action<MessageBoxResult>) | Displays a message box that has a message, title bar caption and icon; and calls back with the result. |
Show(String) | Displays a message box that has a message. |
Show(String,String) | Displays a message box that has a message and title bar caption. |
Show(String,String,C1MessageBoxButton) | Displays a message box that has a message, title bar caption and button. |
Show(String,String,C1MessageBoxIcon) | Displays a message box that has a message, title bar caption and icon. |
Show(String,String,C1MessageBoxButton,C1MessageBoxIcon) | Displays a message box that has a message, title bar caption and icon. |
See Also