ExtendedDialogBox 0.0.1.1-beta
See the version list below for details.
dotnet add package ExtendedDialogBox --version 0.0.1.1-beta
NuGet\Install-Package ExtendedDialogBox -Version 0.0.1.1-beta
<PackageReference Include="ExtendedDialogBox" Version="0.0.1.1-beta" />
paket add ExtendedDialogBox --version 0.0.1.1-beta
#r "nuget: ExtendedDialogBox, 0.0.1.1-beta"
// Install ExtendedDialogBox as a Cake Addin #addin nuget:?package=ExtendedDialogBox&version=0.0.1.1-beta&prerelease // Install ExtendedDialogBox as a Cake Tool #tool nuget:?package=ExtendedDialogBox&version=0.0.1.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.
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 | 463 | 10/22/2019 | |
0.0.1.6-beta | 348 | 10/10/2019 | |
0.0.1.5-beta | 359 | 10/8/2019 | |
0.0.1.4-beta | 312 | 10/7/2019 | |
0.0.1.3-beta | 391 | 10/7/2019 | |
0.0.1.2-beta | 443 | 10/2/2019 | |
0.0.1.1-beta | 453 | 10/2/2019 | |
0.0.0.1-beta | 439 | 10/1/2019 |
* Fixed bug with binding custom button labels