cb.global-dialog 1.0.4

dotnet add package cb.global-dialog --version 1.0.4
                    
NuGet\Install-Package cb.global-dialog -Version 1.0.4
                    
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="cb.global-dialog" Version="1.0.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="cb.global-dialog" Version="1.0.4" />
                    
Directory.Packages.props
<PackageReference Include="cb.global-dialog" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add cb.global-dialog --version 1.0.4
                    
#r "nuget: cb.global-dialog, 1.0.4"
                    
#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.
#addin nuget:?package=cb.global-dialog&version=1.0.4
                    
Install cb.global-dialog as a Cake Addin
#tool nuget:?package=cb.global-dialog&version=1.0.4
                    
Install cb.global-dialog as a Cake Tool

a helper that can be used to show the modal dialog. user can invoke it multi time, but only one dialog is shown, and user have to invoke the same time "hide" to close it.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.4 131 2/15/2015
1.0.3 198 3/18/2014
1.0.2 61 2/26/2014
1.0.1 61 2/26/2014
1.0.0 63 12/20/2013

set default the backdrop of modal should not be closed by user click