ExtendedDialogBox 0.0.1.6-beta

This is a prerelease version of ExtendedDialogBox.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package ExtendedDialogBox --version 0.0.1.6-beta
NuGet\Install-Package ExtendedDialogBox -Version 0.0.1.6-beta
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ExtendedDialogBox" Version="0.0.1.6-beta" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ExtendedDialogBox --version 0.0.1.6-beta
#r "nuget: ExtendedDialogBox, 0.0.1.6-beta"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install ExtendedDialogBox as a Cake Addin
#addin nuget:?package=ExtendedDialogBox&version=0.0.1.6-beta&prerelease

// Install ExtendedDialogBox as a Cake Tool
#tool nuget:?package=ExtendedDialogBox&version=0.0.1.6-beta&prerelease

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.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.0.1.7-beta 424 10/22/2019
0.0.1.6-beta 335 10/10/2019
0.0.1.5-beta 340 10/8/2019
0.0.1.4-beta 299 10/7/2019
0.0.1.3-beta 377 10/7/2019
0.0.1.2-beta 428 10/2/2019
0.0.1.1-beta 432 10/2/2019
0.0.0.1-beta 418 10/1/2019

* Added: field Password and PasswordConfirmation in PasswordCofirmDialogBox, returned entering password or password confirmation  in string and ClearPassword and ClearPasswordConfirmation method for cleared entering passwords or password confirmation

* Added: field Password in PasswordDialogBox, returned entering password in string and ClearPassword method for cleared entering passwords