C1.WPF Namespace > C1MessageBox Class : Show Method |
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. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2