DarkUI 2.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package DarkUI --version 2.0.0
NuGet\Install-Package DarkUI -Version 2.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="DarkUI" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DarkUI --version 2.0.0
#r "nuget: DarkUI, 2.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 DarkUI as a Cake Addin
#addin nuget:?package=DarkUI&version=2.0.0

// Install DarkUI as a Cake Tool
#tool nuget:?package=DarkUI&version=2.0.0

Dark themed control and docking library for .NET WinForms.

About DarkUI

DarkUI is an attempt to create a simple, extensible control library which emulates the look and feel of popular tabbed document interfaces such as Visual Studio, Photoshop, WebStorm, and XCode. Originally just a collection of bug fixes and enhancements built on top of WinForms, it has now evolved in to a fully working docking and control library.

Check out our GitHub pages site.

How to use

The best way to learn how to use DarkUI is to check out the Example project included with the source code. It'll show you how to use the majority of the forms, controls, and docking components.

You can also read the GitHub project wiki. This contains all the information you need to get started as well as more detailed information and guides.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
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
2.0.2 7,029 8/8/2020
2.0.1 27,994 3/27/2020
2.0.0 5,402 1/13/2020

Expanded with new DarkComboBox, DarkGroupBox, and DarkNumericUpDown controls