NuGet Package Extended WPF DialogBox

Five typical dialog boxes:
- Error DialogBox
- Information DialogBox
- Question DialogBox
- Warning DialogBox
- Password DialogBox
- Password with cofirmation DialogBox

The sets of buttons that are available in each type of dialog box:
- OkButon
- OkCancelButton
- YesNoButton
- YesCancelButton
- YesNoCancelButton
- OkYesNoCancelButton
For any set of buttons you can edit labels.

Any type of dialog box returns a standard .Net MessageBoxResult enumeration as the result.

The Password and PasswordConfirmation dialogs return the entered password to SecureString through the class field.




Got any Extended WPF DialogBox Question?





Info

Version: 0.0.1.7-beta
Author(s): Nesterov Alexey
Last Update: Tuesday, October 22, 2019
.NET Fiddle: Create the first Fiddle
Project Url: https://github.com/vertigra/ExtendedDialogBox
NuGet Url: https://www.nuget.org/packages/ExtendedDialogBox


Install
Install-Package ExtendedDialogBox
dotnet add package ExtendedDialogBox
paket add ExtendedDialogBox
ExtendedDialogBox Download (Unzip the "nupkg" after downloading)



Tags



STATS

must-have-score

.5

avg-downloads-per-day

1

days-since-last-release

1619