Window::TaskbarItemInfo Property

.NET Framework (current version)
 

Gets or sets the Windows 7 taskbar thumbnail for the Window.

Namespace:   System.Windows
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
property TaskbarItemInfo^ TaskbarItemInfo {
	TaskbarItemInfo^ get();
	void set(TaskbarItemInfo^ value);
}

Property Value

Type: System.Windows.Shell::TaskbarItemInfo^

The Windows 7 taskbar thumbnail for the Window.

For more information about how to use the Windows 7 taskbar thumbnail, see the TaskbarItemInfo class.

.NET Framework
Available since 4.0
Return to top
Show: