Click here to Skip to main content
15,892,737 members
Articles / Programming Languages / C#

A designable PropertyTree for VS.NET

Rate me:
Please Sign up or sign in to vote.
4.84/5 (42 votes)
6 Mar 2003Apache28 min read 343.5K   8K   191  
A TabControl-like options dialog based on a TreeView
Microsoft Visual Studio Solution File, Format Version 7.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PropertyTreeTest", "PropertyTreeTest.csproj", "{73576DFA-85E2-45C7-B1F2-F71209644F51}"
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		ConfigName.0 = Debug
		ConfigName.1 = Release
	EndGlobalSection
	GlobalSection(ProjectDependencies) = postSolution
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{73576DFA-85E2-45C7-B1F2-F71209644F51}.Debug.ActiveCfg = Debug|.NET
		{73576DFA-85E2-45C7-B1F2-F71209644F51}.Debug.Build.0 = Debug|.NET
		{73576DFA-85E2-45C7-B1F2-F71209644F51}.Release.ActiveCfg = Release|.NET
		{73576DFA-85E2-45C7-B1F2-F71209644F51}.Release.Build.0 = Release|.NET
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

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 Apache License, Version 2.0


Written By
Web Developer
United States United States
Programming in C++ (and various other languages) since 1993. Started with OWL, then went on to MFC, ATL, Java, etc...

Graduated from Georgia Tech in December 2001.

Comments and Discussions