Click here to Skip to main content
15,885,985 members
Articles / Programming Languages / C#

Collapsible Splitter control in C#

Rate me:
Please Sign up or sign in to vote.
4.92/5 (69 votes)
26 Aug 2003Ms-PL3 min read 450K   14K   218  
A Mozilla-style collapsing splitter control in C#
using System.Reflection;
using System.Runtime.CompilerServices;

[assembly: AssemblyTitle("Collapsible Splitter contol for .Net")]
[assembly: AssemblyDescription("A Mozilla style collapsible splitter control for .Net applications")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("NJF")]
[assembly: AssemblyProduct("NJFLib")]
[assembly: AssemblyCopyright("(c) Copyright 2002-2003 NJF")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]	
[assembly: System.CLSCompliant(true)]
[assembly: AssemblyVersion("1.3")]

[assembly: AssemblyDelaySign(false)]
[assembly: AssemblyKeyFile("")]
[assembly: AssemblyKeyName("")]

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Microsoft Public License (Ms-PL)


Written By
Web Developer
Thailand Thailand
Furty will code for food.

Comments and Discussions