ExtendedDialogBox 0.0.0.1-beta
See the version list below for details.
dotnet add package ExtendedDialogBox --version 0.0.0.1-beta
NuGet\Install-Package ExtendedDialogBox -Version 0.0.0.1-beta
<PackageReference Include="ExtendedDialogBox" Version="0.0.0.1-beta" />
<PackageVersion Include="ExtendedDialogBox" Version="0.0.0.1-beta" />
<PackageReference Include="ExtendedDialogBox" />
paket add ExtendedDialogBox --version 0.0.0.1-beta
#r "nuget: ExtendedDialogBox, 0.0.0.1-beta"
#:package ExtendedDialogBox@0.0.0.1-beta
#addin nuget:?package=ExtendedDialogBox&version=0.0.0.1-beta&prerelease
#tool nuget:?package=ExtendedDialogBox&version=0.0.0.1-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 | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net is compatible. |
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 | 619 | 10/22/2019 | |
| 0.0.1.6-beta | 473 | 10/10/2019 | |
| 0.0.1.5-beta | 485 | 10/8/2019 | |
| 0.0.1.4-beta | 438 | 10/7/2019 | |
| 0.0.1.3-beta | 620 | 10/7/2019 | |
| 0.0.1.2-beta | 676 | 10/2/2019 | |
| 0.0.1.1-beta | 788 | 10/2/2019 | |
| 0.0.0.1-beta | 670 | 10/1/2019 |
* Implemented all the basic functionality of dialog boxes