pvginkel / CustomChrome

Library to ease adding custom chrome to a form with an implementation for the Visual Studio 2012 chrome

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CustomChrome

LGPL License.

Download from NuGet.

Introduction

CustomChrome is a library to easy creating custom chrome (i.e. custom form borders instead of the default Windows borders). It also provides an implementation which imitates the Visual Studio 2012 chrome, including the colored borders.

To use CustomChrome, add either the FormChrome component to a form if you want to customize the chrome yourself, or the VisualStudioFormChrome component if you want to use the Visual Studio 2012 chrome.

Acknowledgements

The implementation of the FormChrome component is heavily based on http://customerborderform.codeplex.com/.

Bugs

Bugs should be reported through github at http://github.com/pvginkel/CustomChrome/issues.

License

CustomChrome is licensed under the LGPL 3.

About

Library to ease adding custom chrome to a form with an implementation for the Visual Studio 2012 chrome

License:GNU Lesser General Public License v3.0


Languages

Language:C# 99.6%Language:Batchfile 0.4%