Click here to Skip to main content
15,892,161 members
Articles / Desktop Programming / WPF

WPF: Integrating Our Application with the Windows 7 Taskbar (II)

Rate me:
Please Sign up or sign in to vote.
4.63/5 (6 votes)
3 Aug 2010CPOL7 min read 27.2K   473   17  
Let your user interact with your application using the new features of the Windows 7 Taskbar
<?xml version="1.0"?>
<doc>
<assembly>
<name>
WPFJumpListAndThumbnailToolbars
</name>
</assembly>
<members>
<member name="M:WPF_JumpList_And_Thumbnail_Toolbars.MainWindow.InitializeComponent">
	<summary>
InitializeComponent
</summary>
</member><member name="T:WPF_JumpList_And_Thumbnail_Toolbars.MainWindow">
	<summary>
MainWindow
</summary>
</member><member name="M:WPF_JumpList_And_Thumbnail_Toolbars.Application.InitializeComponent">
	<summary>
InitializeComponent
</summary>
</member><member name="M:WPF_JumpList_And_Thumbnail_Toolbars.Application.Main">
	<summary>
Application Entry Point.
</summary>
</member><member name="T:WPF_JumpList_And_Thumbnail_Toolbars.Application">
	<summary>
Application
</summary>
</member><member name="P:WPF_JumpList_And_Thumbnail_Toolbars.My.Resources.Resources.ResourceManager">
	<summary>
  Returns the cached ResourceManager instance used by this class.
</summary>
</member><member name="P:WPF_JumpList_And_Thumbnail_Toolbars.My.Resources.Resources.Culture">
	<summary>
  Overrides the current thread's CurrentUICulture property for all
  resource lookups using this strongly typed resource class.
</summary>
</member><member name="T:WPF_JumpList_And_Thumbnail_Toolbars.My.Resources.Resources">
	<summary>
  A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member><member name="P:WPF_JumpList_And_Thumbnail_Toolbars.My.MyWpfExtension.Application">
	<summary>
 Returns the application object for the running application
 </summary>
</member><member name="P:WPF_JumpList_And_Thumbnail_Toolbars.My.MyWpfExtension.Computer">
	<summary>
 Returns information about the host computer.
 </summary>
</member><member name="P:WPF_JumpList_And_Thumbnail_Toolbars.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:WPF_JumpList_And_Thumbnail_Toolbars.My.MyWpfExtension.Log">
	<summary>
 Returns the application log. The listeners can be configured by the application's configuration file.
 </summary>
</member><member name="P:WPF_JumpList_And_Thumbnail_Toolbars.My.MyWpfExtension.Windows">
	<summary>
 Returns the collection of Windows defined in the project.
 </summary>
</member><member name="T:WPF_JumpList_And_Thumbnail_Toolbars.My.MyWpfExtension">
	<summary>
 Module used to define the properties that are available in the My Namespace for WPF
 </summary>
	<remarks></remarks>
</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) Freelance Developer
Spain Spain
MVP Windows Platform Development 2014
MVP Windows Phone Development 2013
MVP Windows Phone Development 2012

Comments and Discussions