Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.39 KB

README.md

File metadata and controls

32 lines (22 loc) · 1.39 KB

Welcome

This project is a small library that extends Windows Forms with ability to customize the windows's non-client area. This allows you to create custom skins for any window and give your application consistent and unique look. The project includes also an interactive editor to easily create own skins. alt text

You can learn more on kobush's blog: Drawing Custom Borders in Windows Forms Part 1, Part 2, and Part 3

Developers

Documentation

Painting NonClient Area

Using FormStyleManager

Using FormStyleEditor

Original

codeplex

kobush