Balloon.Animation Property

Definition

Returns or sets an animation action for the Office Assistant.

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

Property Value

Remarks

Some of the content in this topic may not be applicable to some languages.

The Assistant is animated only while the balloon is displayed. “Clippit” is the default Assistant, and msoAnimationIdle is the default animation type for the Assistant.

Depending on the selected Assistant, setting the Animation property may or may not result in an obvious animation. However, all MsoAnimationType constants are valid for all Assistants. Note that different constants may produce the same animation.

The following MsoAnimationType constants represent animations that repeat the specified action until the Assistant is dismissed or until the Animation property is reset with another animation:

msoAnimationCheckingSomething

msoAnimationGetTechy

msoAnimationListensToComputer

msoAnimationSearching

msoAnimationThinking

msoAnimationWorkingAtSomething

msoAnimationWritingNotingSomething

Applies to