Assistant.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

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).

Applies to