Beauty.BeautyMessageBox 1.0.0

dotnet add package Beauty.BeautyMessageBox --version 1.0.0
NuGet\Install-Package Beauty.BeautyMessageBox -Version 1.0.0
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="Beauty.BeautyMessageBox" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Beauty.BeautyMessageBox --version 1.0.0
#r "nuget: Beauty.BeautyMessageBox, 1.0.0"
#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 Beauty.BeautyMessageBox as a Cake Addin
#addin nuget:?package=Beauty.BeautyMessageBox&version=1.0.0

// Install Beauty.BeautyMessageBox as a Cake Tool
#tool nuget:?package=Beauty.BeautyMessageBox&version=1.0.0

BeautyMessageBox

BeautyMessageBox works exactly like default MessageBox of .NET

Enum BeautyMessageType

  • Error: <br/> error
  • Warning : <br/> warning_color
  • Primary: <br/> primary
  • Secondary : <br/> secondary
  • Success : <br/> success

Enum BeautyMessageIcon

  • TickMark
  • Question
  • CrossMark
  • Information
  • ExclamationMark

Enum BeautyMessageButtons

  • YesNo
  • OK
  • CancelTryContinue
  • OKCancel

How to use it

  • Constructor <code> BeautyMessageBox(string title, string message, BeautyMessageType type, BeautyMessageButtons btn, BeautyMessageIcon icon); </code>
  • Example: <code> var box = new BeautyMessageBox("Info", "Save done!", BeautyMessageType.Success, BeautyMessageButtons.OK, BeautyMessageIcon.TickMark); box.ShowDialog(); </code>

Examples

warning

succes_tick

primary_question

Product Compatible and additional computed target framework versions.
.NET net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net6.0-windows7.0

    • 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
1.0.0 106 3/1/2024