-
Notifications
You must be signed in to change notification settings - Fork 186
Using DarkUI
Wiki ▸ Using DarkUI
To begin using DarkUI within a WinForms project simply reference it within Visual Studio.
DarkUI consists of the following namespaces. Reference these within the files you'd like to use the various controls and components.
using DarkUI.Collections;
using DarkUI.Config;
using DarkUI.Controls;
using DarkUI.Docking;
using DarkUI.Forms;
using DarkUI.Renderers;
Once the DarkUI library is referenced your toolbox should have a section called 'DarkUI Components'. Within this section you'll find all of the controls and components the library offers.
If you don't see this section you might need to select them manually. To do this right-click anywhere within the Tools window and select 'Choose Items...'
On the 'Choose Toolbox Items' form click the 'Browse...' button and select the 'DarkUI.dll' file.
This should add all of the DarkUI components to the list view. Accept these changes to make them show up in the toolbox.
As with any WinForms control library just drag these on to a form or user control and you'll be able to use the visual designer to modify the look and feel of your application.