Share via


Assistant.Animation Property

Returns or sets an animation action for the Office Assistant.

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

Syntax

'Declaration
Property Animation As MsoAnimationType
    Get
    Set
'Usage
Dim instance As Assistant
Dim value As MsoAnimationType

value = instance.Animation

instance.Animation = value
MsoAnimationType Animation { get; set; }

Property Value

Type: Microsoft.Office.Core.MsoAnimationType

Remarks

When this property is applied to the Assistant object and the Assistant supports the specified animation, the Assistant is animated immediately (if the Assistant is visible and enabled).

See Also

Reference

Assistant Interface

Assistant Members

Microsoft.Office.Core Namespace