Class MessageBoxWpf
Wpf implementation of INativeMessageBox
Inheritance
System.Object
MessageBoxWpf
Implements
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: Neutronium.BuildingBlocks.Wpf.Dialog.Message
Assembly: Neutronium.BuildingBlocks.Wpf.dll
Syntax
public class MessageBoxWpf : INativeMessageBox
Constructors
| Improve this Doc View SourceMessageBoxWpf(Window)
Construct MessageBoxWpf
Declaration
public MessageBoxWpf(Window window)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Window | window | Main application window |
Methods
| Improve this Doc View SourceShowConfirmationMessage(String, String, WindowType)
Declaration
public bool ShowConfirmationMessage(string message, string title, WindowType type)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
System.String | title | |
WindowType | type |
Returns
Type | Description |
---|---|
System.Boolean |
ShowMessage(String, String)
Declaration
public void ShowMessage(string message, string title)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
System.String | title |