This documentation is archived and is not being maintained.
ThumbButtonInfo::Description Property
Visual Studio 2010
Gets or sets the text to display for the thumbnail button tooltip.
Assembly: PresentationFramework (in PresentationFramework.dll)
XMLNS for XAML: Not mapped to an xmlns.
<object Description="string" .../>
Property Value
Type: System::StringThe text to display for the thumbnail button tooltip. The default is an empty string.
The following example shows how to create a ThumbButtonInfo in markup. The ThumbButtonInfo is bound to the MediaCommands::Stop command. The tooltip descriptive text is Stop. This example is part of a larger example provided for the TaskbarItemInfo class.
<ThumbButtonInfo DismissWhenClicked="True" Command="MediaCommands.Stop" CommandTarget="{Binding ElementName=btnStop}" Description="Stop" ImageSource="{StaticResource ResourceKey=StopImage}"/>
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.
Show: