Show / Hide Table of Contents

Class MessageBoxWpf

Wpf implementation of INativeMessageBox

Inheritance
System.Object
MessageBoxWpf
Implements
INativeMessageBox
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 Source

MessageBoxWpf(Window)

Construct MessageBoxWpf

Declaration
public MessageBoxWpf(Window window)
Parameters
Type Name Description
System.Windows.Window window

Main application window

Methods

| Improve this Doc View Source

ShowConfirmationMessage(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
| Improve this Doc View Source

ShowMessage(String, String)

Declaration
public void ShowMessage(string message, string title)
Parameters
Type Name Description
System.String message
System.String title

Implements

INativeMessageBox
  • Improve this Doc
  • View Source
Back to top Generated by DocFX