|
Cet article a fait l'objet d'une traduction automatique. Déplacez votre pointeur sur les phrases de l'article pour voir la version originale de ce texte. Informations supplémentaires.
|
Traduction
Source
|
ThumbButtonInfo, classe
System.Windows.Threading.DispatcherObject
System.Windows.DependencyObject
System.Windows.Freezable
System.Windows.Shell.ThumbButtonInfo
Espace de noms : System.Windows.Shell
Assembly : PresentationFramework (dans PresentationFramework.dll)
XMLNS pour XAML : Non mappé à un xmlns.
Le type ThumbButtonInfo expose les membres suivants.
| Nom | Description | |
|---|---|---|
![]() | CanFreeze | |
![]() | Command | |
![]() | CommandParameter | |
![]() | CommandTarget | |
![]() | DependencyObjectType | |
![]() | Description | |
![]() | DismissWhenClicked | |
![]() | Dispatcher | |
![]() | ImageSource | |
![]() | IsBackgroundVisible | |
![]() | IsEnabled | |
![]() | IsFrozen | |
![]() | IsInteractive | |
![]() | IsSealed | |
![]() | Visibility |
| Nom | Description | |
|---|---|---|
![]() | CheckAccess | |
![]() | ClearValue(DependencyProperty) | |
![]() | ClearValue(DependencyPropertyKey) | |
![]() | Clone | |
![]() | CloneCurrentValue | |
![]() | CoerceValue | |
![]() | Equals | |
![]() | Freeze() | |
![]() | GetAsFrozen | |
![]() | GetCurrentValueAsFrozen | |
![]() | GetHashCode | |
![]() | GetLocalValueEnumerator | |
![]() | GetType | |
![]() | GetValue | |
![]() | InvalidateProperty | |
![]() | ReadLocalValue | |
![]() | SetCurrentValue | |
![]() | SetValue(DependencyProperty, Object) | |
![]() | SetValue(DependencyPropertyKey, Object) | |
![]() | ShouldSerializeProperty | |
![]() | ToString | |
![]() | VerifyAccess |
| Nom | Description | |
|---|---|---|
![]() ![]() | CommandParameterProperty | |
![]() ![]() | CommandProperty | |
![]() ![]() | CommandTargetProperty | |
![]() ![]() | DescriptionProperty | |
![]() ![]() | DismissWhenClickedProperty | |
![]() ![]() | ImageSourceProperty | |
![]() ![]() | IsBackgroundVisibleProperty | |
![]() ![]() | IsEnabledProperty | |
![]() ![]() | IsInteractiveProperty | |
![]() ![]() | VisibilityProperty |

<Window.TaskbarItemInfo> <TaskbarItemInfo x:Name="taskBarItemInfo1" Overlay="{StaticResource ResourceKey=StopImage}" ThumbnailClipMargin="80,0,80,140" Description="Taskbar Item Info Sample"> <TaskbarItemInfo.ThumbButtonInfos> <ThumbButtonInfoCollection> <ThumbButtonInfo DismissWhenClicked="False" Command="MediaCommands.Play" CommandTarget="{Binding ElementName=btnPlay}" Description="Play" ImageSource="{StaticResource ResourceKey=PlayImage}"/> <ThumbButtonInfo DismissWhenClicked="True" Command="MediaCommands.Stop" CommandTarget="{Binding ElementName=btnStop}" Description="Stop" ImageSource="{StaticResource ResourceKey=StopImage}"/> </ThumbButtonInfoCollection> </TaskbarItemInfo.ThumbButtonInfos> </TaskbarItemInfo> </Window.TaskbarItemInfo>
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (rôle principal du serveur non pris en charge), Windows Server 2008 R2 (rôle principal du serveur pris en charge avec SP1 ou version ultérieure ; Itanium non pris en charge)
Le .NET Framework ne prend pas en charge toutes les versions de chaque plateforme. Pour obtenir la liste des versions prises en charge, consultez Configuration requise du .NET Framework.
