Class Environment.UI.MessageBox
Inheritance
System.Object
Environment.UI.MessageBox
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Core
Assembly: Experior.Core.dll
Syntax
public static class MessageBox
Methods
Show(String)
Declaration
public static MessageBoxResult Show(string messageBoxText)
Parameters
Type | Name | Description |
---|---|---|
System.String | messageBoxText |
Returns
Type | Description |
---|---|
System.Windows.MessageBoxResult |
Show(String, String)
Declaration
public static MessageBoxResult Show(string messageBoxText, string caption)
Parameters
Type | Name | Description |
---|---|---|
System.String | messageBoxText | |
System.String | caption |
Returns
Type | Description |
---|---|
System.Windows.MessageBoxResult |
Show(String, String, MessageBoxButton, MessageBoxImage)
Declaration
public static MessageBoxResult Show(string messageBoxText, string caption, MessageBoxButton button, MessageBoxImage icon)
Parameters
Type | Name | Description |
---|---|---|
System.String | messageBoxText | |
System.String | caption | |
System.Windows.MessageBoxButton | button | |
System.Windows.MessageBoxImage | icon |
Returns
Type | Description |
---|---|
System.Windows.MessageBoxResult |
Show(String, String, MessageBoxButton, MessageBoxImage, MessageBoxResult)
Declaration
public static MessageBoxResult Show(string messageBoxText, string caption, MessageBoxButton button, MessageBoxImage icon, MessageBoxResult defaultResult)
Parameters
Type | Name | Description |
---|---|---|
System.String | messageBoxText | |
System.String | caption | |
System.Windows.MessageBoxButton | button | |
System.Windows.MessageBoxImage | icon | |
System.Windows.MessageBoxResult | defaultResult |
Returns
Type | Description |
---|---|
System.Windows.MessageBoxResult |