vertigra / ExtendedDialogBox

Advanced WPF DialogBox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

Extended DialogBox

BCH compliance Codacy Badge NuGet version Nuget license

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.

Getting Started

Nuget install

PM> Install-Package ExtendedDialogBox -Version 0.0.1.5-beta

Coming soon ...

Demo

Typical dialog boxes and standart buttons

Typical dialog boxes with standart buttons

Typical dialog boxes and custom buttons

Typical dialog boxes with custom buttons

Thanks

Post Box icon by Icons8

About

Advanced WPF DialogBox

License:Mozilla Public License 2.0


Languages

Language:C# 100.0%