Partager via


Balloon.Animation Propriété

Définition

Renvoie ou définit une action d’animation pour l’Assistant Office.

public:
 property Microsoft::Office::Core::MsoAnimationType Animation { Microsoft::Office::Core::MsoAnimationType get(); void set(Microsoft::Office::Core::MsoAnimationType value); };
public Microsoft.Office.Core.MsoAnimationType Animation { get; set; }
member this.Animation : Microsoft.Office.Core.MsoAnimationType with get, set
Public Property Animation As MsoAnimationType

Valeur de propriété

Remarques

Une partie du contenu de cette rubrique peut ne pas s’appliquer à certaines langues.

L’Assistant est animé uniquement pendant l’affichage de la bulle. « Clippit » est l’Assistant par défaut, et msoAnimationIdle est le type d’animation par défaut pour l’Assistant.

Selon l’Assistant sélectionné, la définition de la propriété Animation peut ou non entraîner une animation évidente. Toutefois, toutes les MsoAnimationType constantes sont valides pour tous les assistants. Notez que différentes constantes peuvent produire la même animation.

Les constantes MsoAnimationType suivantes représentent des animations qui répètent l’action spécifiée jusqu’à ce que l’Assistant soit ignoré ou jusqu’à ce que la propriété Animation soit réinitialisée avec une autre animation :

msoAnimationCheckingSomething

msoAnimationGetTechy

msoAnimationListensToComputer

msoAnimationSearching

msoAnimationThinking

msoAnimationWorkingAtSomething

msoAnimationWritingNotingSomething

S’applique à