4.925 ThumbButtonInfo

x:Object > DependencyObject > Freezable > ThumbButtonInfo
ThumbButtonInfo
(usage)
<ThumbButtonInfo />
(description)
Represents information about how to display a button in the Windows 7 taskbar thumbnail.
(used by)
ThumbButtonInfoCollection
(properties)
Command
ICommand
(description)
The command to invoke when this thumbnail button is clicked.
CommandParameter
x:Object
(description)
The parameter to pass to the Command property.
CommandTarget
IInputElement
(description)
The element on which to raise the specified command.
Description
x:String
(description)
The text to display for the thumbnail button tooltip.
DismissWhenClicked
x:Boolean
(description)
A value that indicates whether the taskbar thumbnail closes when the thumbnail button is clicked.
ImageSource
ImageSource
(description)
The image that is displayed on the thumbnail button.
IsBackgroundVisible
x:Boolean
(description)
A value that indicates whether a border and highlight is displayed around the thumbnail button.
IsEnabled
x:Boolean
(description)
A value that indicates whether the thumbnail button is enabled.
IsInteractive
x:Boolean
(description)
A value that indicates whether the user can interact with the thumbnail button.
Visibility
Visibility
(description)
A value that specifies the display state of the thumbnail button.
(events)
Click
Occurs when the thumbnail button is clicked.