ExtendedDialogBox 0.0.1.2-beta
See the version list below for details.
dotnet add package ExtendedDialogBox --version 0.0.1.2-beta
NuGet\Install-Package ExtendedDialogBox -Version 0.0.1.2-beta
<PackageReference Include="ExtendedDialogBox" Version="0.0.1.2-beta" />
paket add ExtendedDialogBox --version 0.0.1.2-beta
#r "nuget: ExtendedDialogBox, 0.0.1.2-beta"
// Install ExtendedDialogBox as a Cake Addin #addin nuget:?package=ExtendedDialogBox&version=0.0.1.2-beta&prerelease // Install ExtendedDialogBox as a Cake Tool #tool nuget:?package=ExtendedDialogBox&version=0.0.1.2-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 | 452 | 10/22/2019 | |
0.0.1.6-beta | 341 | 10/10/2019 | |
0.0.1.5-beta | 351 | 10/8/2019 | |
0.0.1.4-beta | 305 | 10/7/2019 | |
0.0.1.3-beta | 384 | 10/7/2019 | |
0.0.1.2-beta | 436 | 10/2/2019 | |
0.0.1.1-beta | 446 | 10/2/2019 | |
0.0.0.1-beta | 432 | 10/1/2019 |
* Fixed nuget package