.NET Framework Class Library
Window.TaskbarItemInfo Property
Gets or sets the Windows 7 taskbar thumbnail for the Window.
Assembly: PresentationFramework (in PresentationFramework.dll)
XMLNS for XAML: http://schemas.microsoft.com/winfx/2006/xaml/presentation, http://schemas.microsoft.com/netfx/2007/xaml/presentation
Syntax
Visual Basic
Public Property TaskbarItemInfo As TaskbarItemInfo Get Set
C#
public TaskbarItemInfo TaskbarItemInfo { get; set; }
Visual C++
public: property TaskbarItemInfo^ TaskbarItemInfo { TaskbarItemInfo^ get (); void set (TaskbarItemInfo^ value); }
F#
member TaskbarItemInfo : TaskbarItemInfo with get, set
XAML Property Element Usage
<object> <object.TaskbarItemInfo> <TaskbarItemInfo .../> </object.TaskbarItemInfo> </object>
Property Value
Type: System.Windows.Shell.TaskbarItemInfoThe Windows 7 taskbar thumbnail for the Window.
Remarks
For more information about how to use the Windows 7 taskbar thumbnail, see the TaskbarItemInfo class.
Version Information
.NET Framework
Supported in: 4.NET Framework Client Profile
Supported in: 4Platforms
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
See Also