Share via


MsoAnimationType Enumeration 

Specifies the animation action for the Office Assistant.

Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)

Usage

Dim msoAnimationType1 As MsoAnimationType = MsoAnimationType.msoAnimationAppear

Syntax

Public Enum MsoAnimationType
public enum MsoAnimationType
public enum class MsoAnimationType
public enum MsoAnimationType
public enum MsoAnimationType

Members

Member name Description
msoAnimationAppear "Appear" animation action.
msoAnimationBeginSpeaking "Begin speaking" animation action.
msoAnimationCharacterSuccessMajor "Major success" animation action.
msoAnimationCheckingSomething "Checking something" animation action. Repeats until Assistant is dismissed or Animation property is reset with another animation.
msoAnimationDisappear "Disappear" animation action.
msoAnimationEmptyTrash "Empty trash" animation action.
msoAnimationGestureDown "Gesture down" animation action.
msoAnimationGestureLeft "Gesture left" animation action.
msoAnimationGestureRight "Gesture right" animation action.
msoAnimationGestureUp "Gesture up" animation action.
msoAnimationGetArtsy "Get artsy" animation action.
msoAnimationGetAttentionMajor Major "Get attention" animation action.
msoAnimationGetAttentionMinor Minor "Get attention" animation action.
msoAnimationGetTechy "Get techy" animation action. Repeats until Assistant is dismissed or Animation property is reset with another animation.
msoAnimationGetWizardy "Get wizardy" animation action.
msoAnimationGoodbye "Goodbye" animation action.
msoAnimationGreeting "Greeting" animation action.
msoAnimationIdle "Idle" animation action.
msoAnimationListensToComputer "Listens to computer" animation action. Repeats until Assistant is dismissed or Animation property is reset with another animation.
msoAnimationLookDown "Look down" animation action.
msoAnimationLookDownLeft "Look down and left" animation action.
msoAnimationLookDownRight "Look down and right" animation action.
msoAnimationLookLeft "Look left" animation action.
msoAnimationLookRight "Look right" animation action.
msoAnimationLookUp "Look up" animation action.
msoAnimationLookUpLeft "Look up and left" animation action.
msoAnimationLookUpRight "Look up and right" animation action.
msoAnimationPrinting "Printing" animation action.
msoAnimationRestPose "Rest pose" animation action.
msoAnimationSaving "Saying" animation action.
msoAnimationSearching "Searching" animation action. Repeats until Assistant is dismissed or Animation property is reset with another animation.
msoAnimationSendingMail "Sending mail" animation action.
msoAnimationThinking "Thinking" animation action. Repeats until Assistant is dismissed or Animation property is reset with another animation.
msoAnimationWorkingAtSomething "Working at something" animation action. Repeats until Assistant is dismissed or Animation property is reset with another animation.
msoAnimationWritingNotingSomething "Noting something" animation action. Repeats until Assistant is dismissed or Animation property is reset with another animation.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Core Namespace