benruehl / adonis-ui

Lightweight UI toolkit for WPF applications offering classic but enhanced windows visuals
https://benruehl.github.io/adonis-ui/
MIT License
1.71k stars 143 forks source link

Add custom MessageBox control #51

Closed benruehl closed 4 years ago

benruehl commented 4 years ago

Summary

This adds a custom MessageBox control to AdonisUI which aims at being a drop-in replacement for the default System.Windows.MessageBox. Its main advantage over the default MessageBox is that it respects the current color scheme and default styles e.g. for buttons.

Resolves #35

Features

The following is a list of feature candidates that are considered to be implemented.

Must

To be a replacement for System.Windows.MessageBox:

To fit into AdonisUI:

Nice to have