Click here to Skip to main content
15,889,808 members
Articles / Desktop Programming / WPF

WPF: A Beginner's Guide - Part 6 of n

Rate me:
Please Sign up or sign in to vote.
4.95/5 (93 votes)
5 Apr 2008CPOL23 min read 331.2K   5.2K   263  
An introduction into WPF Styles and Templates.
<?xml version="1.0"?>
<doc>
<assembly>
<name>
Part6_Styles_And_Templates
</name>
</assembly>
<members>
<member name="M:Part6_Styles_And_Templates.Application.InitializeComponent">
	<summary>
InitializeComponent
</summary>
</member><member name="M:Part6_Styles_And_Templates.Application.Main">
	<summary>
Application Entry Point.
</summary>
</member><member name="T:Part6_Styles_And_Templates.Application">
	<summary>
Application
</summary>
</member><member name="M:Part6_Styles_And_Templates.DemoLauncherWindow.InitializeComponent">
	<summary>
InitializeComponent
</summary>
</member><member name="M:Part6_Styles_And_Templates.PlanetsListBoxWindow.InitializeComponent">
	<summary>
InitializeComponent
</summary>
</member><member name="T:Part6_Styles_And_Templates.PlanetsListBoxWindow">
	<summary>
PlanetsListBoxWindow
</summary>
</member><member name="M:Part6_Styles_And_Templates.XamlGeneratedNamespace.GeneratedInternalTypeHelper.CreateInstance(System.Type,System.Globalization.CultureInfo)">
	<summary>
CreateInstance
</summary>
</member><member name="M:Part6_Styles_And_Templates.XamlGeneratedNamespace.GeneratedInternalTypeHelper.GetPropertyValue(System.Reflection.PropertyInfo,System.Object,System.Globalization.CultureInfo)">
	<summary>
GetPropertyValue
</summary>
</member><member name="M:Part6_Styles_And_Templates.XamlGeneratedNamespace.GeneratedInternalTypeHelper.SetPropertyValue(System.Reflection.PropertyInfo,System.Object,System.Object,System.Globalization.CultureInfo)">
	<summary>
SetPropertyValue
</summary>
</member><member name="M:Part6_Styles_And_Templates.XamlGeneratedNamespace.GeneratedInternalTypeHelper.CreateDelegate(System.Type,System.Object,System.String)">
	<summary>
CreateDelegate
</summary>
</member><member name="M:Part6_Styles_And_Templates.XamlGeneratedNamespace.GeneratedInternalTypeHelper.AddEventHandler(System.Reflection.EventInfo,System.Object,System.Delegate)">
	<summary>
AddEventHandler
</summary>
</member><member name="T:Part6_Styles_And_Templates.XamlGeneratedNamespace.GeneratedInternalTypeHelper">
	<summary>
GeneratedInternalTypeHelper
</summary>
</member><member name="M:Part6_Styles_And_Templates.HierarchicalDataTemplateWindow.InitializeComponent">
	<summary>
InitializeComponent
</summary>
</member><member name="T:Part6_Styles_And_Templates.HierarchicalDataTemplateWindow">
	<summary>
HierarchicalDataTemplateWindow
</summary>
</member><member name="M:Part6_Styles_And_Templates.VariousControlTemplatesWindow.InitializeComponent">
	<summary>
InitializeComponent
</summary>
</member><member name="T:Part6_Styles_And_Templates.VariousControlTemplatesWindow">
	<summary>
VariousControlTemplatesWindow
</summary>
</member><member name="M:Part6_Styles_And_Templates.DemoLauncherWindow.#ctor">
	<summary> 
 Constructs a new DemoLauncherWindow, and 
 creates a bunch of <see cref="T:Part6_Styles_And_Templates.DemoListItem"> 
 DemoListItem</see> items to be used within the 
 contained ListBox 
 </summary>
</member><member name="M:Part6_Styles_And_Templates.DemoLauncherWindow.lstDemos_SelectionChanged(System.Object,System.Windows.Controls.SelectionChangedEventArgs)">
	<summary> 
 Show the demo window requested 
 </summary>
</member><member name="T:Part6_Styles_And_Templates.DemoLauncherWindow">
	<summary> 
 Simply launches the reqested demo window, oh and 
 also demonstrates the use of a DataTemplate within 
 the associated DemoLauncherWindow.xaml 
 </summary>
</member><member name="P:Part6_Styles_And_Templates.My.MyWpfExtension.Application">
	<summary>
 Returns the application object for the running application
 </summary>
</member><member name="P:Part6_Styles_And_Templates.My.MyWpfExtension.Computer">
	<summary>
 Returns information about the host computer.
 </summary>
</member><member name="P:Part6_Styles_And_Templates.My.MyWpfExtension.User">
	<summary>
 Returns information for the current user.  If you wish to run the application with the current 
 Windows user credentials, call My.User.InitializeWithWindowsUser().
 </summary>
</member><member name="P:Part6_Styles_And_Templates.My.MyWpfExtension.Log">
	<summary>
 Returns the application log. The listeners can be configured by the application's configuration file.
 </summary>
</member><member name="P:Part6_Styles_And_Templates.My.MyWpfExtension.Windows">
	<summary>
 Returns the collection of Windows defined in the project.
 </summary>
</member><member name="T:Part6_Styles_And_Templates.My.MyWpfExtension">
	<summary>
 Module used to define the properties that are available in the My Namespace for WPF
 </summary>
	<remarks></remarks>
</member><member name="T:Part6_Styles_And_Templates.DemoListItem">
	<summary> 
 Is used within the <see cref="T:Part6_Styles_And_Templates.DemoLauncherWindow"> 
 demo launcher window</see> as individual listBox 
 items 
 </summary>
</member><member name="T:Part6_Styles_And_Templates.LeagueList">
	<summary> 
 Provides a simple LeagueList, holding dummy 
 data to demonstrate binding to Hierarchical 
 data structures 
 </summary>
</member>
</members>
</doc>

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 Code Project Open License (CPOL)


Written By
Software Developer (Senior)
United Kingdom United Kingdom
I currently hold the following qualifications (amongst others, I also studied Music Technology and Electronics, for my sins)

- MSc (Passed with distinctions), in Information Technology for E-Commerce
- BSc Hons (1st class) in Computer Science & Artificial Intelligence

Both of these at Sussex University UK.

Award(s)

I am lucky enough to have won a few awards for Zany Crazy code articles over the years

  • Microsoft C# MVP 2016
  • Codeproject MVP 2016
  • Microsoft C# MVP 2015
  • Codeproject MVP 2015
  • Microsoft C# MVP 2014
  • Codeproject MVP 2014
  • Microsoft C# MVP 2013
  • Codeproject MVP 2013
  • Microsoft C# MVP 2012
  • Codeproject MVP 2012
  • Microsoft C# MVP 2011
  • Codeproject MVP 2011
  • Microsoft C# MVP 2010
  • Codeproject MVP 2010
  • Microsoft C# MVP 2009
  • Codeproject MVP 2009
  • Microsoft C# MVP 2008
  • Codeproject MVP 2008
  • And numerous codeproject awards which you can see over at my blog

Comments and Discussions