MsoAnimationType Enumeration

Specifies the animation action for the Office Assistant.

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

Syntax

'Declaration
Public Enumeration MsoAnimationType
'Usage
Dim instance As MsoAnimationType
public enum MsoAnimationType

Members

Member name Description
msoAnimationIdle "Idle" animation action.
msoAnimationGreeting "Greeting" animation action.
msoAnimationGoodbye "Goodbye" animation action.
msoAnimationBeginSpeaking "Begin speaking" animation action.
msoAnimationRestPose "Rest pose" animation action.
msoAnimationCharacterSuccessMajor "Major success" animation action.
msoAnimationGetAttentionMajor Major "Get attention" animation action.
msoAnimationGetAttentionMinor Minor "Get attention" animation action.
msoAnimationSearching "Searching" animation action. Repeats until Assistant is dismissed or Animation property is reset with another animation.
msoAnimationPrinting "Printing" animation action.
msoAnimationGestureRight "Gesture right" animation action.
msoAnimationWritingNotingSomething "Noting something" 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.
msoAnimationThinking "Thinking" animation action. Repeats until Assistant is dismissed or Animation property is reset with another animation.
msoAnimationSendingMail "Sending mail" animation action.
msoAnimationListensToComputer "Listens to computer" animation action. Repeats until Assistant is dismissed or Animation property is reset with another animation.
msoAnimationDisappear "Disappear" animation action.
msoAnimationAppear "Appear" animation action.
msoAnimationGetArtsy "Get artsy" 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.
msoAnimationCheckingSomething "Checking something" 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.
msoAnimationSaving "Saying" animation action.
msoAnimationGestureDown "Gesture down" animation action.
msoAnimationGestureLeft "Gesture left" animation action.
msoAnimationGestureUp "Gesture up" animation action.
msoAnimationEmptyTrash "Empty trash" animation action.

See Also

Reference

Microsoft.Office.Core Namespace