Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1 KB

README.md

File metadata and controls

26 lines (18 loc) · 1 KB

ModernWpf.MessageBox

nuget badge Unlicense

A drop-in replacement for System.Windows.MessageBox (and System.Windows.Forms.MessageBox) built using a Modern WPF UI.

Installation

To install with NuGet use the following command in the Packet Manager Console:

Install-Package ModernWpf.MessageBox

Usage

A simple usage example:

MessageBox.Show("This is a test text!", "Some title", MessageBoxButton.YesNoCancel, MessageBoxImage.Question);

ModernWPF.MessageBox

ModernWpf.MessageBox

System.Windows.MessageBox

System.WindowsMessageBox